Html Css Color HEX #66C83C Apple

📋 copy color: '#66C83C'

red 102 ◦ green 200 ◦ blue 60

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

Shades of Apple #66C83C

Tints of Apple #66C83C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.25%

 BLUE value IS 60 (23.83% from 255) = 16.57%

R = 28.18%
G = 55.25%
B = 16.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#66C83C (or 0x66C83C) is known color: Apple. HEX triplet: 66, C8 and 3C. RGB value is (102,200,60). Sum of RGB (Red+Green+Blue) = 102+200+60=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 200 (78.52% from 255 or 55.25% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 200 - color contains mainly: green. Hex color #66C83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C83C is #9937C3. Grayscale: #9B9B9B. Windows color (decimal): -10041284 or 3983462. OLE color: 3983462.

HSL color Cylindrical-coordinate representation of color #66C83C: hue angle of 102º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66C83C is Cyan = 0.49, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 200 60 -
CMYK 0.49 0 0.7 0.22
HSL 102º 0.56% 0.51% -
HSV(B) 102º 0.7% 0.78% -
XYZ 26.95 44.46 11.44 -
YUV 154.74 74.53 90.38 -
System Red Green Blue C M Y K H S L
Decimal 102 200 60 0.49 0 0.7 0.22 102 0.56 0.51
Hex 66 C8 3C 31 0 46 16 66 38 33
Octal 146 310 74 61 0 106 26 146 70 63
Binary 1100110 11001000 111100 110001 0 1000110 10110 1100110 111000 110011

Color Harmonies of #66C83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C83C

Black with #66C83C

Text Example


Text Example

White with #66C83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,200,60); }

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

background-color css

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

 a { background-color: rgb(102,200,60); }

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

border-color css

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

 span { border-color: rgb(102,200,60); }

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