Html Css Color HEX #66CF53 Apple

📋 copy color: '#66CF53'

red 102 ◦ green 207 ◦ blue 83

#66CF53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #66CF53

Tints of Apple #66CF53

RGB

 RED value IS 102 (40.23% from 255) = 26.02%

 GREEN value IS 207 (81.25% from 255) = 52.81%

 BLUE value IS 83 (32.81% from 255) = 21.17%

R = 26.02%
G = 52.81%
B = 21.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#66CF53 (or 0x66CF53) is known color: Apple. HEX triplet: 66, CF and 53. RGB value is (102,207,83). Sum of RGB (Red+Green+Blue) = 102+207+83=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CF53 is #9930AC. Grayscale: #A1A1A1. Windows color (decimal): -10039469 or 5492582. OLE color: 5492582.

HSL color Cylindrical-coordinate representation of color #66CF53: hue angle of 110.81º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66CF53 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 207 83 -
CMYK 0.51 0 0.60 0.19
HSL 110.81º 0.56% 0.57% -
HSV(B) 110.81º 0.6% 0.81% -
XYZ 29.35 48.07 15.92 -
YUV 161.47 83.71 85.58 -
System Red Green Blue C M Y K H S L
Decimal 102 207 83 0.51 0 0.60 0.19 110.81 0.56 0.57
Hex 66 CF 53 33 0 3C 13 6F 38 39
Octal 146 317 123 63 0 74 23 157 70 71
Binary 1100110 11001111 1010011 110011 0 111100 10011 1101111 111000 111001

Color Harmonies of #66CF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CF53

Black with #66CF53

Text Example


Text Example

White with #66CF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66CF53; }

 p { color: rgb(102,207,83); }

 H1.HeaderClassName
 {
   color: #66CF53;
 }
 .AnyTagClassName
 {
   color: #66CF53;
 }
</style>

background-color css

<style>
 a { background-color: #66CF53; }

 a { background-color: rgb(102,207,83); }

 div.DivClassName
 {
   background-color: #66CF53;
 }
 .BgClassName
 {
   background-color: #66CF53;
 }
</style>

border-color css

<style>
 span { border-color: #66CF53; }

 span { border-color: rgb(102,207,83); }

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