Html Css Color HEX #55CA2B Kelly Green

📋 copy color: '#55CA2B'

red 85 ◦ green 202 ◦ blue 43

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

Shades of Kelly Green #55CA2B

Tints of Kelly Green #55CA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.03%

R = 25.76%
G = 61.21%
B = 13.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#55CA2B (or 0x55CA2B) is known color: Kelly Green. HEX triplet: 55, CA and 2B. RGB value is (85,202,43). Sum of RGB (Red+Green+Blue) = 85+202+43=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 202 (79.30% from 255 or 61.21% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CA2B is #AA35D4. Grayscale: #959595. Windows color (decimal): -11154901 or 2869845. OLE color: 2869845.

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

Color convert

RGB 85 202 43 -
CMYK 0.58 0 0.79 0.21
HSL 104.15º 0.65% 0.48% -
HSV(B) 104.15º 0.79% 0.79% -
XYZ 25.3 44.35 9.51 -
YUV 148.89 68.24 82.43 -
System Red Green Blue C M Y K H S L
Decimal 85 202 43 0.58 0 0.79 0.21 104.15 0.65 0.48
Hex 55 CA 2B 3A 0 4F 15 68 41 30
Octal 125 312 53 72 0 117 25 150 101 60
Binary 1010101 11001010 101011 111010 0 1001111 10101 1101000 1000001 110000

Color Harmonies of #55CA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CA2B

Black with #55CA2B

Text Example


Text Example

White with #55CA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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