Html Css Color HEX #C9FC71 Sulu

📋 copy color: '#C9FC71'

red 201 ◦ green 252 ◦ blue 113

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

Shades of Sulu #C9FC71

Tints of Sulu #C9FC71

RGB

 RED value IS 201 (78.91% from 255) = 35.51%

 GREEN value IS 252 (98.83% from 255) = 44.52%

 BLUE value IS 113 (44.53% from 255) = 19.96%

R = 35.51%
G = 44.52%
B = 19.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#C9FC71 (or 0xC9FC71) is known color: Sulu. HEX triplet: C9, FC and 71. RGB value is (201,252,113). Sum of RGB (Red+Green+Blue) = 201+252+113=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FC71 is #36038E. Grayscale: #DDDDDD. Windows color (decimal): -3539855 or 7470281. OLE color: 7470281.

HSL color Cylindrical-coordinate representation of color #C9FC71: hue angle of 82.01º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9FC71 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 252 113 -
CMYK 0.20 0 0.55 0.01
HSL 82.01º 0.96% 0.72% -
HSV(B) 82.01º 0.55% 0.99% -
XYZ 61.88 83.23 28.43 -
YUV 220.91 67.1 113.8 -
System Red Green Blue C M Y K H S L
Decimal 201 252 113 0.20 0 0.55 0.01 82.01 0.96 0.72
Hex C9 FC 71 14 0 37 1 52 60 48
Octal 311 374 161 24 0 67 1 122 140 110
Binary 11001001 11111100 1110001 10100 0 110111 1 1010010 1100000 1001000

Color Harmonies of #C9FC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FC71

Black with #C9FC71

Text Example


Text Example

White with #C9FC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FC71; }

 p { color: rgb(201,252,113); }

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

background-color css

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

 a { background-color: rgb(201,252,113); }

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

border-color css

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

 span { border-color: rgb(201,252,113); }

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