Html Css Color HEX #66BE39 Apple

📋 copy color: '#66BE39'

red 102 ◦ green 190 ◦ blue 57

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

Shades of Apple #66BE39

Tints of Apple #66BE39

RGB

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

 GREEN value IS 190 (74.61% from 255) = 54.44%

 BLUE value IS 57 (22.66% from 255) = 16.33%

R = 29.23%
G = 54.44%
B = 16.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.7

 K value IS 0.25

RGB Variations

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

Color information

#66BE39 (or 0x66BE39) is known color: Apple. HEX triplet: 66, BE and 39. RGB value is (102,190,57). Sum of RGB (Red+Green+Blue) = 102+190+57=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 190 (74.61% from 255 or 54.44% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BE39 is #9941C6. Grayscale: #949494. Windows color (decimal): -10043847 or 3784294. OLE color: 3784294.

HSL color Cylindrical-coordinate representation of color #66BE39: hue angle of 99.7º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66BE39 is Cyan = 0.46, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 190 57 -
CMYK 0.46 0 0.7 0.25
HSL 99.7º 0.54% 0.48% -
HSV(B) 99.7º 0.7% 0.75% -
XYZ 24.63 39.95 10.28 -
YUV 148.53 76.35 94.81 -
System Red Green Blue C M Y K H S L
Decimal 102 190 57 0.46 0 0.7 0.25 99.7 0.54 0.48
Hex 66 BE 39 2E 0 46 19 64 36 30
Octal 146 276 71 56 0 106 31 144 66 60
Binary 1100110 10111110 111001 101110 0 1000110 11001 1100100 110110 110000

Color Harmonies of #66BE39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BE39

Black with #66BE39

Text Example


Text Example

White with #66BE39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,190,57); }

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

background-color css

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

 a { background-color: rgb(102,190,57); }

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

border-color css

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

 span { border-color: rgb(102,190,57); }

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