Html Css Color HEX #66B538 Apple

📋 copy color: '#66B538'

red 102 ◦ green 181 ◦ blue 56

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

Shades of Apple #66B538

Tints of Apple #66B538

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.39%

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

R = 30.09%
G = 53.39%
B = 16.52%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#66B538 (or 0x66B538) is known color: Apple. HEX triplet: 66, B5 and 38. RGB value is (102,181,56). Sum of RGB (Red+Green+Blue) = 102+181+56=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 181 (71.09% from 255 or 53.39% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 181 - color contains mainly: green. Hex color #66B538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B538 is #994AC7. Grayscale: #8F8F8F. Windows color (decimal): -10046152 or 3716454. OLE color: 3716454.

HSL color Cylindrical-coordinate representation of color #66B538: hue angle of 97.92º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66B538 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 102 181 56 -
CMYK 0.44 0 0.69 0.29
HSL 97.92º 0.53% 0.46% -
HSV(B) 97.92º 0.69% 0.71% -
XYZ 22.72 36.16 9.52 -
YUV 143.13 78.83 98.66 -
System Red Green Blue C M Y K H S L
Decimal 102 181 56 0.44 0 0.69 0.29 97.92 0.53 0.46
Hex 66 B5 38 2C 0 45 1D 62 35 2E
Octal 146 265 70 54 0 105 35 142 65 56
Binary 1100110 10110101 111000 101100 0 1000101 11101 1100010 110101 101110

Color Harmonies of #66B538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B538

Black with #66B538

Text Example


Text Example

White with #66B538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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