Html Css Color HEX #C9FA6C Sulu

📋 copy color: '#C9FA6C'

red 201 ◦ green 250 ◦ blue 108

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

Shades of Sulu #C9FA6C

Tints of Sulu #C9FA6C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.72%

 BLUE value IS 108 (42.58% from 255) = 19.32%

R = 35.96%
G = 44.72%
B = 19.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#C9FA6C (or 0xC9FA6C) is known color: Sulu. HEX triplet: C9, FA and 6C. RGB value is (201,250,108). Sum of RGB (Red+Green+Blue) = 201+250+108=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 108 (42.58% from 255 or 19.32% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FA6C is #360593. Grayscale: #DBDBDB. Windows color (decimal): -3540372 or 7142089. OLE color: 7142089.

HSL color Cylindrical-coordinate representation of color #C9FA6C: hue angle of 80.7º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9FA6C is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 250 108 -
CMYK 0.20 0 0.57 0.02
HSL 80.7º 0.93% 0.7% -
HSV(B) 80.7º 0.57% 0.98% -
XYZ 60.98 81.87 26.78 -
YUV 219.16 65.27 115.05 -
System Red Green Blue C M Y K H S L
Decimal 201 250 108 0.20 0 0.57 0.02 80.7 0.93 0.7
Hex C9 FA 6C 14 0 39 2 51 5D 46
Octal 311 372 154 24 0 71 2 121 135 106
Binary 11001001 11111010 1101100 10100 0 111001 10 1010001 1011101 1000110

Color Harmonies of #C9FA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FA6C

Black with #C9FA6C

Text Example


Text Example

White with #C9FA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FA6C; }

 p { color: rgb(201,250,108); }

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

background-color css

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

 a { background-color: rgb(201,250,108); }

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

border-color css

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

 span { border-color: rgb(201,250,108); }

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