Html Css Color HEX #C9FA6B Sulu

📋 copy color: '#C9FA6B'

red 201 ◦ green 250 ◦ blue 107

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

Shades of Sulu #C9FA6B

Tints of Sulu #C9FA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.18%

R = 36.02%
G = 44.8%
B = 19.18%

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

#C9FA6B (or 0xC9FA6B) is known color: Sulu. HEX triplet: C9, FA and 6B. RGB value is (201,250,107). Sum of RGB (Red+Green+Blue) = 201+250+107=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 107 (42.19% from 255 or 19.18% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FA6B is #360594. Grayscale: #DBDBDB. Windows color (decimal): -3540373 or 7076553. OLE color: 7076553.

HSL color Cylindrical-coordinate representation of color #C9FA6B: hue angle of 80.56º 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 #C9FA6B is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 250 107 -
CMYK 0.20 0 0.57 0.02
HSL 80.56º 0.93% 0.7% -
HSV(B) 80.56º 0.57% 0.98% -
XYZ 60.93 81.85 26.5 -
YUV 219.05 64.77 115.13 -
System Red Green Blue C M Y K H S L
Decimal 201 250 107 0.20 0 0.57 0.02 80.56 0.93 0.7
Hex C9 FA 6B 14 0 39 2 51 5D 46
Octal 311 372 153 24 0 71 2 121 135 106
Binary 11001001 11111010 1101011 10100 0 111001 10 1010001 1011101 1000110

Color Harmonies of #C9FA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FA6B

Black with #C9FA6B

Text Example


Text Example

White with #C9FA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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