Html Css Color HEX #66C83A Apple

📋 copy color: '#66C83A'

red 102 ◦ green 200 ◦ blue 58

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

Shades of Apple #66C83A

Tints of Apple #66C83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.11%

R = 28.33%
G = 55.56%
B = 16.11%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#66C83A (or 0x66C83A) is known color: Apple. HEX triplet: 66, C8 and 3A. RGB value is (102,200,58). Sum of RGB (Red+Green+Blue) = 102+200+58=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #66C83A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C83A is #9937C5. Grayscale: #9A9A9A. Windows color (decimal): -10041286 or 3852390. OLE color: 3852390.

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

Color convert

RGB 102 200 58 -
CMYK 0.49 0 0.71 0.22
HSL 101.41º 0.56% 0.51% -
HSV(B) 101.41º 0.71% 0.78% -
XYZ 26.9 44.44 11.16 -
YUV 154.51 73.53 90.55 -
System Red Green Blue C M Y K H S L
Decimal 102 200 58 0.49 0 0.71 0.22 101.41 0.56 0.51
Hex 66 C8 3A 31 0 47 16 65 38 33
Octal 146 310 72 61 0 107 26 145 70 63
Binary 1100110 11001000 111010 110001 0 1000111 10110 1100101 111000 110011

Color Harmonies of #66C83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C83A

Black with #66C83A

Text Example


Text Example

White with #66C83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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