Html Css Color HEX #55CC21 Kelly Green

📋 copy color: '#55CC21'

red 85 ◦ green 204 ◦ blue 33

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

Shades of Kelly Green #55CC21

Tints of Kelly Green #55CC21

RGB

 RED value IS 85 (33.59% from 255) = 26.4%

 GREEN value IS 204 (80.08% from 255) = 63.35%

 BLUE value IS 33 (13.28% from 255) = 10.25%

R = 26.4%
G = 63.35%
B = 10.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#55CC21 (or 0x55CC21) is known color: Kelly Green. HEX triplet: 55, CC and 21. RGB value is (85,204,33). Sum of RGB (Red+Green+Blue) = 85+204+33=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 204 (80.08% from 255 or 63.35% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CC21 is #AA33DE. Grayscale: #959595. Windows color (decimal): -11154399 or 2214997. OLE color: 2214997.

HSL color Cylindrical-coordinate representation of color #55CC21: hue angle of 101.75º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55CC21 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 204 33 -
CMYK 0.58 0 0.84 0.2
HSL 101.75º 0.72% 0.46% -
HSV(B) 101.75º 0.84% 0.8% -
XYZ 25.61 45.23 8.82 -
YUV 148.93 62.58 82.4 -
System Red Green Blue C M Y K H S L
Decimal 85 204 33 0.58 0 0.84 0.2 101.75 0.72 0.46
Hex 55 CC 21 3A 0 54 14 66 48 2E
Octal 125 314 41 72 0 124 24 146 110 56
Binary 1010101 11001100 100001 111010 0 1010100 10100 1100110 1001000 101110

Color Harmonies of #55CC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CC21

Black with #55CC21

Text Example


Text Example

White with #55CC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55CC21; }

 p { color: rgb(85,204,33); }

 H1.HeaderClassName
 {
   color: #55CC21;
 }
 .AnyTagClassName
 {
   color: #55CC21;
 }
</style>

background-color css

<style>
 a { background-color: #55CC21; }

 a { background-color: rgb(85,204,33); }

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

border-color css

<style>
 span { border-color: #55CC21; }

 span { border-color: rgb(85,204,33); }

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