Html Css Color HEX #C9F08D Sulu

📋 copy color: '#C9F08D'

red 201 ◦ green 240 ◦ blue 141

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

Shades of Sulu #C9F08D

Tints of Sulu #C9F08D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.24%

 BLUE value IS 141 (55.47% from 255) = 24.23%

R = 34.54%
G = 41.24%
B = 24.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#C9F08D (or 0xC9F08D) is known color: Sulu. HEX triplet: C9, F0 and 8D. RGB value is (201,240,141). Sum of RGB (Red+Green+Blue) = 201+240+141=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F08D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F08D is #360F72. Grayscale: #D9D9D9. Windows color (decimal): -3542899 or 9302217. OLE color: 9302217.

HSL color Cylindrical-coordinate representation of color #C9F08D: hue angle of 83.64º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9F08D is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 240 141 -
CMYK 0.16 0 0.41 0.06
HSL 83.64º 0.77% 0.75% -
HSV(B) 83.64º 0.41% 0.94% -
XYZ 60.06 76.66 36.83 -
YUV 217.05 85.08 116.55 -
System Red Green Blue C M Y K H S L
Decimal 201 240 141 0.16 0 0.41 0.06 83.64 0.77 0.75
Hex C9 F0 8D 10 0 29 6 54 4D 4B
Octal 311 360 215 20 0 51 6 124 115 113
Binary 11001001 11110000 10001101 10000 0 101001 110 1010100 1001101 1001011

Color Harmonies of #C9F08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F08D

Black with #C9F08D

Text Example


Text Example

White with #C9F08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F08D; }

 p { color: rgb(201,240,141); }

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

background-color css

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

 a { background-color: rgb(201,240,141); }

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

border-color css

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

 span { border-color: rgb(201,240,141); }

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