Html Css Color HEX #55CF27 Kelly Green

📋 copy color: '#55CF27'

red 85 ◦ green 207 ◦ blue 39

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

Shades of Kelly Green #55CF27

Tints of Kelly Green #55CF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.78%

R = 25.68%
G = 62.54%
B = 11.78%

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

#55CF27 (or 0x55CF27) is known color: Kelly Green. HEX triplet: 55, CF and 27. RGB value is (85,207,39). Sum of RGB (Red+Green+Blue) = 85+207+39=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 207 (81.25% from 255 or 62.54% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CF27 is #AA30D8. Grayscale: #979797. Windows color (decimal): -11153625 or 2608981. OLE color: 2608981.

HSL color Cylindrical-coordinate representation of color #55CF27: hue angle of 103.57º 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 #55CF27 is Cyan = 0.59, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 207 39 -
CMYK 0.59 0 0.81 0.19
HSL 103.57º 0.68% 0.48% -
HSV(B) 103.57º 0.81% 0.81% -
XYZ 26.43 46.7 9.54 -
YUV 151.37 64.58 80.66 -
System Red Green Blue C M Y K H S L
Decimal 85 207 39 0.59 0 0.81 0.19 103.57 0.68 0.48
Hex 55 CF 27 3B 0 51 13 68 44 30
Octal 125 317 47 73 0 121 23 150 104 60
Binary 1010101 11001111 100111 111011 0 1010001 10011 1101000 1000100 110000

Color Harmonies of #55CF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CF27

Black with #55CF27

Text Example


Text Example

White with #55CF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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