Html Css Color HEX #66BD38 Apple

📋 copy color: '#66BD38'

red 102 ◦ green 189 ◦ blue 56

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

Shades of Apple #66BD38

Tints of Apple #66BD38

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.47%

 BLUE value IS 56 (22.27% from 255) = 16.14%

R = 29.39%
G = 54.47%
B = 16.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#66BD38 (or 0x66BD38) is known color: Apple. HEX triplet: 66, BD and 38. RGB value is (102,189,56). Sum of RGB (Red+Green+Blue) = 102+189+56=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BD38 is #9942C7. Grayscale: #949494. Windows color (decimal): -10044104 or 3718502. OLE color: 3718502.

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

Color convert

RGB 102 189 56 -
CMYK 0.46 0 0.70 0.26
HSL 99.25º 0.54% 0.48% -
HSV(B) 99.25º 0.7% 0.74% -
XYZ 24.39 39.51 10.08 -
YUV 147.83 76.18 95.31 -
System Red Green Blue C M Y K H S L
Decimal 102 189 56 0.46 0 0.70 0.26 99.25 0.54 0.48
Hex 66 BD 38 2E 0 46 1A 63 36 30
Octal 146 275 70 56 0 106 32 143 66 60
Binary 1100110 10111101 111000 101110 0 1000110 11010 1100011 110110 110000

Color Harmonies of #66BD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BD38

Black with #66BD38

Text Example


Text Example

White with #66BD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,189,56); }

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

background-color css

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

 a { background-color: rgb(102,189,56); }

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

border-color css

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

 span { border-color: rgb(102,189,56); }

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