Html Css Color HEX #66B534 Apple

📋 copy color: '#66B534'

red 102 ◦ green 181 ◦ blue 52

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

Shades of Apple #66B534

Tints of Apple #66B534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.52%

R = 30.45%
G = 54.03%
B = 15.52%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#66B534 (or 0x66B534) is known color: Apple. HEX triplet: 66, B5 and 34. RGB value is (102,181,52). Sum of RGB (Red+Green+Blue) = 102+181+52=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 181 (71.09% from 255 or 54.03% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 181 - color contains mainly: green. Hex color #66B534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B534 is #994ACB. Grayscale: #8F8F8F. Windows color (decimal): -10046156 or 3454310. OLE color: 3454310.

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

Color convert

RGB 102 181 52 -
CMYK 0.44 0 0.71 0.29
HSL 96.74º 0.55% 0.46% -
HSV(B) 96.74º 0.71% 0.71% -
XYZ 22.62 36.12 9.03 -
YUV 142.67 76.83 98.99 -
System Red Green Blue C M Y K H S L
Decimal 102 181 52 0.44 0 0.71 0.29 96.74 0.55 0.46
Hex 66 B5 34 2C 0 47 1D 61 37 2E
Octal 146 265 64 54 0 107 35 141 67 56
Binary 1100110 10110101 110100 101100 0 1000111 11101 1100001 110111 101110

Color Harmonies of #66B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B534

Black with #66B534

Text Example


Text Example

White with #66B534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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