Html Css Color HEX #C9EB85 Sulu

📋 copy color: '#C9EB85'

red 201 ◦ green 235 ◦ blue 133

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

Shades of Sulu #C9EB85

Tints of Sulu #C9EB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.37%

R = 35.33%
G = 41.3%
B = 23.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#C9EB85 (or 0xC9EB85) is known color: Sulu. HEX triplet: C9, EB and 85. RGB value is (201,235,133). Sum of RGB (Red+Green+Blue) = 201+235+133=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EB85 is #36147A. Grayscale: #D5D5D5. Windows color (decimal): -3544187 or 8776649. OLE color: 8776649.

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

Color convert

RGB 201 235 133 -
CMYK 0.14 0 0.43 0.08
HSL 80º 0.72% 0.72% -
HSV(B) 80º 0.43% 0.92% -
XYZ 58.03 73.53 33.32 -
YUV 213.21 82.74 119.29 -
System Red Green Blue C M Y K H S L
Decimal 201 235 133 0.14 0 0.43 0.08 80 0.72 0.72
Hex C9 EB 85 E 0 2B 8 50 48 48
Octal 311 353 205 16 0 53 10 120 110 110
Binary 11001001 11101011 10000101 1110 0 101011 1000 1010000 1001000 1001000

Color Harmonies of #C9EB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EB85

Black with #C9EB85

Text Example


Text Example

White with #C9EB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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