Html Css Color HEX #55CA05 Kelly Green

📋 copy color: '#55CA05'

red 85 ◦ green 202 ◦ blue 5

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

Shades of Kelly Green #55CA05

Tints of Kelly Green #55CA05

RGB

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

 GREEN value IS 202 (79.3% from 255) = 69.18%

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 29.11%
G = 69.18%
B = 1.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#55CA05 (or 0x55CA05) is known color: Kelly Green. HEX triplet: 55, CA and 05. RGB value is (85,202,5). Sum of RGB (Red+Green+Blue) = 85+202+5=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 202 (79.30% from 255 or 69.18% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55CA05 is #AA35FA. Grayscale: #919191. Windows color (decimal): -11154939 or 379477. OLE color: 379477.

HSL color Cylindrical-coordinate representation of color #55CA05: hue angle of 95.63º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55CA05 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 202 5 -
CMYK 0.58 0 0.98 0.21
HSL 95.63º 0.95% 0.41% -
HSV(B) 95.63º 0.98% 0.79% -
XYZ 24.89 44.18 7.36 -
YUV 144.56 49.24 85.52 -
System Red Green Blue C M Y K H S L
Decimal 85 202 5 0.58 0 0.98 0.21 95.63 0.95 0.41
Hex 55 CA 5 3A 0 62 15 60 5F 29
Octal 125 312 5 72 0 142 25 140 137 51
Binary 1010101 11001010 101 111010 0 1100010 10101 1100000 1011111 101001

Color Harmonies of #55CA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CA05

Black with #55CA05

Text Example


Text Example

White with #55CA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,202,5); }

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

background-color css

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

 a { background-color: rgb(85,202,5); }

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

border-color css

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

 span { border-color: rgb(85,202,5); }

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