Html Css Color HEX #66C93E Apple

📋 copy color: '#66C93E'

red 102 ◦ green 201 ◦ blue 62

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

Shades of Apple #66C93E

Tints of Apple #66C93E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 55.07%

 BLUE value IS 62 (24.61% from 255) = 16.99%

R = 27.95%
G = 55.07%
B = 16.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#66C93E (or 0x66C93E) is known color: Apple. HEX triplet: 66, C9 and 3E. RGB value is (102,201,62). Sum of RGB (Red+Green+Blue) = 102+201+62=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 201 (78.91% from 255 or 55.07% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 201 - color contains mainly: green. Hex color #66C93E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C93E is #9936C1. Grayscale: #9C9C9C. Windows color (decimal): -10041026 or 4114790. OLE color: 4114790.

HSL color Cylindrical-coordinate representation of color #66C93E: hue angle of 102.73º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66C93E is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 201 62 -
CMYK 0.49 0 0.69 0.21
HSL 102.73º 0.56% 0.52% -
HSV(B) 102.73º 0.69% 0.79% -
XYZ 27.24 44.95 11.8 -
YUV 155.55 75.2 89.8 -
System Red Green Blue C M Y K H S L
Decimal 102 201 62 0.49 0 0.69 0.21 102.73 0.56 0.52
Hex 66 C9 3E 31 0 45 15 67 38 34
Octal 146 311 76 61 0 105 25 147 70 64
Binary 1100110 11001001 111110 110001 0 1000101 10101 1100111 111000 110100

Color Harmonies of #66C93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C93E

Black with #66C93E

Text Example


Text Example

White with #66C93E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,201,62); }

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

background-color css

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

 a { background-color: rgb(102,201,62); }

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

border-color css

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

 span { border-color: rgb(102,201,62); }

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