Html Css Color HEX #55CB01 Kelly Green

📋 copy color: '#55CB01'

red 85 ◦ green 203 ◦ blue 1

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

Shades of Kelly Green #55CB01

Tints of Kelly Green #55CB01

RGB

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

 GREEN value IS 203 (79.69% from 255) = 70.24%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 29.41%
G = 70.24%
B = 0.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#55CB01 (or 0x55CB01) is known color: Kelly Green. HEX triplet: 55, CB and 01. RGB value is (85,203,1). Sum of RGB (Red+Green+Blue) = 85+203+1=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 203 (79.69% from 255 or 70.24% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55CB01 is #AA34FE. Grayscale: #919191. Windows color (decimal): -11154687 or 117589. OLE color: 117589.

HSL color Cylindrical-coordinate representation of color #55CB01: hue angle of 95.05º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55CB01 is Cyan = 0.58, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 203 1 -
CMYK 0.58 0 1.00 0.20
HSL 95.05º 0.99% 0.4% -
HSV(B) 95.05º 1% 0.8% -
XYZ 25.11 44.65 7.32 -
YUV 144.69 46.91 85.43 -
System Red Green Blue C M Y K H S L
Decimal 85 203 1 0.58 0 1.00 0.20 95.05 0.99 0.4
Hex 55 CB 1 3A 0 64 14 5F 63 28
Octal 125 313 1 72 0 144 24 137 143 50
Binary 1010101 11001011 1 111010 0 1100100 10100 1011111 1100011 101000

Color Harmonies of #55CB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CB01

Black with #55CB01

Text Example


Text Example

White with #55CB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,203,1); }

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

background-color css

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

 a { background-color: rgb(85,203,1); }

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

border-color css

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

 span { border-color: rgb(85,203,1); }

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