#65CC30

Color #65CC30 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #65CC30

Tints of Apple #65CC30

Color information

#65CC30 (or 0x65CC30) is unknown color: approx Apple. HEX triplet: 65, CC and 30. RGB value is (101,204,48). Sum of RGB (Red+Green+Blue) = 101+204+48=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 204 (80.08% from 255 or 57.79% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 204 - color contains mainly: green. Hex color #65CC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CC30 is #9A33CF. Grayscale: #9B9B9B. Windows color (decimal): -10105808 or 3198053. OLE color: 3198053.

HSL color Cylindrical-coordinate representation of color #65CC30: hue angle of 99.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #65CC30 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB10120448-
CMYK0.5000.760.2
HSL99.62º61.9%49.41%-
HSV(B)99.62º76.47%80%-
XYZ27.4946.1710.26-
YUV155.4267.3889.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 28.61%
GREEN value IS 204 (80.08% from 255) = 57.79%
BLUE value IS 48 (19.14% from 255) = 13.60%
R=28.61%
G=57.79%
B=13.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal101204480.5000.760.299.6261.949.41
Hex65CC303204C14643e31
Octal14531460620114241447661
Binary11001011100110011000011001001001100101001100100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65CC30; }

 p { color: rgb(101,204,48); }

 H1.HeaderClassName
 {
   color: #65CC30;
 }
 .AnyTagClassName
 {
   color: #65CC30;
 }
</style>
background-color css

<style>
 a { background-color: #65CC30; }

 a { background-color: rgb(101,204,48); }

 div.DivClassName
 {
   background-color: #65CC30;
 }
 .BgClassName
 {
   background-color: #65CC30;
 }
</style>
border-color css

<style>
 span { border-color: #65CC30; }

 span { border-color: rgb(101,204,48); }

 td.TdClassName
 {
   border-color: #65CC30;
 }
 .TagClassName
 {
   border-color: #65CC30;
 }
</style>