Html Css Color HEX #66DF30 Apple

📋 copy color: '#66DF30'

red 102 ◦ green 223 ◦ blue 48

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

Shades of Apple #66DF30

Tints of Apple #66DF30

RGB

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

 GREEN value IS 223 (87.5% from 255) = 59.79%

 BLUE value IS 48 (19.14% from 255) = 12.87%

R = 27.35%
G = 59.79%
B = 12.87%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#66DF30 (or 0x66DF30) is known color: Apple. HEX triplet: 66, DF and 30. RGB value is (102,223,48). Sum of RGB (Red+Green+Blue) = 102+223+48=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 223 (87.5% from 255 or 59.79% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DF30 is #9920CF. Grayscale: #A7A7A7. Windows color (decimal): -10035408 or 3202918. OLE color: 3202918.

HSL color Cylindrical-coordinate representation of color #66DF30: hue angle of 101.49º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66DF30 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 223 48 -
CMYK 0.54 0 0.78 0.13
HSL 101.49º 0.73% 0.53% -
HSV(B) 101.49º 0.78% 0.87% -
XYZ 32.4 55.81 11.86 -
YUV 166.87 60.91 81.73 -
System Red Green Blue C M Y K H S L
Decimal 102 223 48 0.54 0 0.78 0.13 101.49 0.73 0.53
Hex 66 DF 30 36 0 4E D 65 49 35
Octal 146 337 60 66 0 116 15 145 111 65
Binary 1100110 11011111 110000 110110 0 1001110 1101 1100101 1001001 110101

Color Harmonies of #66DF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DF30

Black with #66DF30

Text Example


Text Example

White with #66DF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,223,48); }

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

background-color css

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

 a { background-color: rgb(102,223,48); }

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

border-color css

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

 span { border-color: rgb(102,223,48); }

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