Html Css Color HEX #55CC2B Kelly Green

📋 copy color: '#55CC2B'

red 85 ◦ green 204 ◦ blue 43

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

Shades of Kelly Green #55CC2B

Tints of Kelly Green #55CC2B

RGB

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

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

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

R = 25.6%
G = 61.45%
B = 12.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#55CC2B (or 0x55CC2B) is known color: Kelly Green. HEX triplet: 55, CC and 2B. RGB value is (85,204,43). Sum of RGB (Red+Green+Blue) = 85+204+43=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 204 (80.08% from 255 or 61.45% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CC2B is #AA33D4. Grayscale: #969696. Windows color (decimal): -11154389 or 2870357. OLE color: 2870357.

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

Color convert

RGB 85 204 43 -
CMYK 0.58 0 0.79 0.2
HSL 104.35º 0.65% 0.48% -
HSV(B) 104.35º 0.79% 0.8% -
XYZ 25.78 45.29 9.67 -
YUV 150.07 67.58 81.59 -
System Red Green Blue C M Y K H S L
Decimal 85 204 43 0.58 0 0.79 0.2 104.35 0.65 0.48
Hex 55 CC 2B 3A 0 4F 14 68 41 30
Octal 125 314 53 72 0 117 24 150 101 60
Binary 1010101 11001100 101011 111010 0 1001111 10100 1101000 1000001 110000

Color Harmonies of #55CC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CC2B

Black with #55CC2B

Text Example


Text Example

White with #55CC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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