Html Css Color HEX #C0EB8C Sulu

📋 copy color: '#C0EB8C'

red 192 ◦ green 235 ◦ blue 140

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

Shades of Sulu #C0EB8C

Tints of Sulu #C0EB8C

RGB

 RED value IS 192 (75.39% from 255) = 33.86%

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

 BLUE value IS 140 (55.08% from 255) = 24.69%

R = 33.86%
G = 41.45%
B = 24.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#C0EB8C (or 0xC0EB8C) is known color: Sulu. HEX triplet: C0, EB and 8C. RGB value is (192,235,140). Sum of RGB (Red+Green+Blue) = 192+235+140=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EB8C is #3F1473. Grayscale: #D3D3D3. Windows color (decimal): -4134004 or 9235392. OLE color: 9235392.

HSL color Cylindrical-coordinate representation of color #C0EB8C: hue angle of 87.16º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0EB8C is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 235 140 -
CMYK 0.18 0 0.40 0.08
HSL 87.16º 0.7% 0.74% -
HSV(B) 87.16º 0.4% 0.92% -
XYZ 56.18 72.52 35.85 -
YUV 211.31 87.75 114.22 -
System Red Green Blue C M Y K H S L
Decimal 192 235 140 0.18 0 0.40 0.08 87.16 0.7 0.74
Hex C0 EB 8C 12 0 28 8 57 46 4A
Octal 300 353 214 22 0 50 10 127 106 112
Binary 11000000 11101011 10001100 10010 0 101000 1000 1010111 1000110 1001010

Color Harmonies of #C0EB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EB8C

Black with #C0EB8C

Text Example


Text Example

White with #C0EB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EB8C; }

 p { color: rgb(192,235,140); }

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

background-color css

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

 a { background-color: rgb(192,235,140); }

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

border-color css

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

 span { border-color: rgb(192,235,140); }

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