Html Css Color HEX #66C83D Apple

📋 copy color: '#66C83D'

red 102 ◦ green 200 ◦ blue 61

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

Shades of Apple #66C83D

Tints of Apple #66C83D

RGB

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

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

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

R = 28.1%
G = 55.1%
B = 16.8%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#66C83D (or 0x66C83D) is known color: Apple. HEX triplet: 66, C8 and 3D. RGB value is (102,200,61). Sum of RGB (Red+Green+Blue) = 102+200+61=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #66C83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C83D is #9937C2. Grayscale: #9B9B9B. Windows color (decimal): -10041283 or 4048998. OLE color: 4048998.

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

Color convert

RGB 102 200 61 -
CMYK 0.49 0 0.69 0.22
HSL 102.3º 0.56% 0.51% -
HSV(B) 102.3º 0.7% 0.78% -
XYZ 26.98 44.47 11.58 -
YUV 154.85 75.03 90.3 -
System Red Green Blue C M Y K H S L
Decimal 102 200 61 0.49 0 0.69 0.22 102.3 0.56 0.51
Hex 66 C8 3D 31 0 45 16 66 38 33
Octal 146 310 75 61 0 105 26 146 70 63
Binary 1100110 11001000 111101 110001 0 1000101 10110 1100110 111000 110011

Color Harmonies of #66C83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C83D

Black with #66C83D

Text Example


Text Example

White with #66C83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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