Html Css Color HEX #66BA3D Apple

📋 copy color: '#66BA3D'

red 102 ◦ green 186 ◦ blue 61

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

Shades of Apple #66BA3D

Tints of Apple #66BA3D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.3%

 BLUE value IS 61 (24.22% from 255) = 17.48%

R = 29.23%
G = 53.3%
B = 17.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#66BA3D (or 0x66BA3D) is known color: Apple. HEX triplet: 66, BA and 3D. RGB value is (102,186,61). Sum of RGB (Red+Green+Blue) = 102+186+61=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BA3D is #9945C2. Grayscale: #939393. Windows color (decimal): -10044867 or 4045414. OLE color: 4045414.

HSL color Cylindrical-coordinate representation of color #66BA3D: hue angle of 100.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66BA3D is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 186 61 -
CMYK 0.45 0 0.67 0.27
HSL 100.32º 0.51% 0.48% -
HSV(B) 100.32º 0.67% 0.73% -
XYZ 23.88 38.28 10.54 -
YUV 146.63 79.67 96.16 -
System Red Green Blue C M Y K H S L
Decimal 102 186 61 0.45 0 0.67 0.27 100.32 0.51 0.48
Hex 66 BA 3D 2D 0 43 1B 64 33 30
Octal 146 272 75 55 0 103 33 144 63 60
Binary 1100110 10111010 111101 101101 0 1000011 11011 1100100 110011 110000

Color Harmonies of #66BA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BA3D

Black with #66BA3D

Text Example


Text Example

White with #66BA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,186,61); }

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

background-color css

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

 a { background-color: rgb(102,186,61); }

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

border-color css

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

 span { border-color: rgb(102,186,61); }

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