Html Css Color HEX #55CF28 Kelly Green

📋 copy color: '#55CF28'

red 85 ◦ green 207 ◦ blue 40

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

Shades of Kelly Green #55CF28

Tints of Kelly Green #55CF28

RGB

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

 GREEN value IS 207 (81.25% from 255) = 62.35%

 BLUE value IS 40 (16.02% from 255) = 12.05%

R = 25.6%
G = 62.35%
B = 12.05%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#55CF28 (or 0x55CF28) is known color: Kelly Green. HEX triplet: 55, CF and 28. RGB value is (85,207,40). Sum of RGB (Red+Green+Blue) = 85+207+40=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 207 (81.25% from 255 or 62.35% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CF28 is #AA30D7. Grayscale: #989898. Windows color (decimal): -11153624 or 2674517. OLE color: 2674517.

HSL color Cylindrical-coordinate representation of color #55CF28: hue angle of 103.83º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55CF28 is Cyan = 0.59, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 207 40 -
CMYK 0.59 0 0.81 0.19
HSL 103.83º 0.68% 0.48% -
HSV(B) 103.83º 0.81% 0.81% -
XYZ 26.44 46.71 9.63 -
YUV 151.48 65.08 80.58 -
System Red Green Blue C M Y K H S L
Decimal 85 207 40 0.59 0 0.81 0.19 103.83 0.68 0.48
Hex 55 CF 28 3B 0 51 13 68 44 30
Octal 125 317 50 73 0 121 23 150 104 60
Binary 1010101 11001111 101000 111011 0 1010001 10011 1101000 1000100 110000

Color Harmonies of #55CF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CF28

Black with #55CF28

Text Example


Text Example

White with #55CF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,207,40); }

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

background-color css

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

 a { background-color: rgb(85,207,40); }

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

border-color css

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

 span { border-color: rgb(85,207,40); }

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