Html Css Color HEX #55C307 Kelly Green

📋 copy color: '#55C307'

red 85 ◦ green 195 ◦ blue 7

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

Shades of Kelly Green #55C307

Tints of Kelly Green #55C307

RGB

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

 GREEN value IS 195 (76.56% from 255) = 67.94%

 BLUE value IS 7 (3.13% from 255) = 2.44%

R = 29.62%
G = 67.94%
B = 2.44%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#55C307 (or 0x55C307) is known color: Kelly Green. HEX triplet: 55, C3 and 07. RGB value is (85,195,7). Sum of RGB (Red+Green+Blue) = 85+195+7=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 195 (76.56% from 255 or 67.94% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 195 - color contains mainly: green. Hex color #55C307 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C307 is #AA3CF8. Grayscale: #8D8D8D. Windows color (decimal): -11156729 or 508757. OLE color: 508757.

HSL color Cylindrical-coordinate representation of color #55C307: hue angle of 95.11º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55C307 is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 195 7 -
CMYK 0.56 0 0.96 0.24
HSL 95.11º 0.93% 0.4% -
HSV(B) 95.11º 0.96% 0.76% -
XYZ 23.3 40.98 6.88 -
YUV 140.68 52.56 88.29 -
System Red Green Blue C M Y K H S L
Decimal 85 195 7 0.56 0 0.96 0.24 95.11 0.93 0.4
Hex 55 C3 7 38 0 60 18 5F 5D 28
Octal 125 303 7 70 0 140 30 137 135 50
Binary 1010101 11000011 111 111000 0 1100000 11000 1011111 1011101 101000

Color Harmonies of #55C307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C307

Black with #55C307

Text Example


Text Example

White with #55C307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,195,7); }

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

background-color css

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

 a { background-color: rgb(85,195,7); }

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

border-color css

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

 span { border-color: rgb(85,195,7); }

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