Html Css Color HEX #5CCF0B Kelly Green

📋 copy color: '#5CCF0B'

red 92 ◦ green 207 ◦ blue 11

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

Shades of Kelly Green #5CCF0B

Tints of Kelly Green #5CCF0B

RGB

 RED value IS 92 (36.33% from 255) = 29.68%

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

 BLUE value IS 11 (4.69% from 255) = 3.55%

R = 29.68%
G = 66.77%
B = 3.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#5CCF0B (or 0x5CCF0B) is known color: Kelly Green. HEX triplet: 5C, CF and 0B. RGB value is (92,207,11). Sum of RGB (Red+Green+Blue) = 92+207+11=310 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.68% from 310); Green value is 207 (81.25% from 255 or 66.77% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCF0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CCF0B is #A330F4. Grayscale: #969696. Windows color (decimal): -10694901 or 773980. OLE color: 773980.

HSL color Cylindrical-coordinate representation of color #5CCF0B: hue angle of 95.2º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5CCF0B is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 207 11 -
CMYK 0.56 0 0.95 0.19
HSL 95.2º 0.9% 0.43% -
HSV(B) 95.2º 0.95% 0.81% -
XYZ 26.79 46.93 7.96 -
YUV 150.27 49.4 86.44 -
System Red Green Blue C M Y K H S L
Decimal 92 207 11 0.56 0 0.95 0.19 95.2 0.9 0.43
Hex 5C CF B 38 0 5F 13 5F 5A 2B
Octal 134 317 13 70 0 137 23 137 132 53
Binary 1011100 11001111 1011 111000 0 1011111 10011 1011111 1011010 101011

Color Harmonies of #5CCF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCF0B

Black with #5CCF0B

Text Example


Text Example

White with #5CCF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CCF0B; }

 p { color: rgb(92,207,11); }

 H1.HeaderClassName
 {
   color: #5CCF0B;
 }
 .AnyTagClassName
 {
   color: #5CCF0B;
 }
</style>

background-color css

<style>
 a { background-color: #5CCF0B; }

 a { background-color: rgb(92,207,11); }

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

border-color css

<style>
 span { border-color: #5CCF0B; }

 span { border-color: rgb(92,207,11); }

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