Html Css Color HEX #C9EB7D Sulu

📋 copy color: '#C9EB7D'

red 201 ◦ green 235 ◦ blue 125

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

Shades of Sulu #C9EB7D

Tints of Sulu #C9EB7D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.89%

 BLUE value IS 125 (49.22% from 255) = 22.28%

R = 35.83%
G = 41.89%
B = 22.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#C9EB7D (or 0xC9EB7D) is known color: Sulu. HEX triplet: C9, EB and 7D. RGB value is (201,235,125). Sum of RGB (Red+Green+Blue) = 201+235+125=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EB7D is #361482. Grayscale: #D4D4D4. Windows color (decimal): -3544195 or 8252361. OLE color: 8252361.

HSL color Cylindrical-coordinate representation of color #C9EB7D: hue angle of 78.55º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9EB7D is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 235 125 -
CMYK 0.14 0 0.47 0.08
HSL 78.55º 0.73% 0.71% -
HSV(B) 78.55º 0.47% 0.92% -
XYZ 57.5 73.31 30.52 -
YUV 212.29 78.74 119.94 -
System Red Green Blue C M Y K H S L
Decimal 201 235 125 0.14 0 0.47 0.08 78.55 0.73 0.71
Hex C9 EB 7D E 0 2F 8 4F 49 47
Octal 311 353 175 16 0 57 10 117 111 107
Binary 11001001 11101011 1111101 1110 0 101111 1000 1001111 1001001 1000111

Color Harmonies of #C9EB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EB7D

Black with #C9EB7D

Text Example


Text Example

White with #C9EB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EB7D; }

 p { color: rgb(201,235,125); }

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

background-color css

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

 a { background-color: rgb(201,235,125); }

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

border-color css

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

 span { border-color: rgb(201,235,125); }

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