Html Css Color HEX #C0F88E Sulu

📋 copy color: '#C0F88E'

red 192 ◦ green 248 ◦ blue 142

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

Shades of Sulu #C0F88E

Tints of Sulu #C0F88E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.61%

 BLUE value IS 142 (55.86% from 255) = 24.4%

R = 32.99%
G = 42.61%
B = 24.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#C0F88E (or 0xC0F88E) is known color: Sulu. HEX triplet: C0, F8 and 8E. RGB value is (192,248,142). Sum of RGB (Red+Green+Blue) = 192+248+142=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 142 (55.86% from 255 or 24.40% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F88E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F88E is #3F0771. Grayscale: #DBDBDB. Windows color (decimal): -4130674 or 9369792. OLE color: 9369792.

HSL color Cylindrical-coordinate representation of color #C0F88E: hue angle of 91.7º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0F88E is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 248 142 -
CMYK 0.23 0 0.43 0.03
HSL 91.7º 0.88% 0.76% -
HSV(B) 91.7º 0.43% 0.97% -
XYZ 60.19 80.29 37.92 -
YUV 219.17 84.45 108.62 -
System Red Green Blue C M Y K H S L
Decimal 192 248 142 0.23 0 0.43 0.03 91.7 0.88 0.76
Hex C0 F8 8E 17 0 2B 3 5C 58 4C
Octal 300 370 216 27 0 53 3 134 130 114
Binary 11000000 11111000 10001110 10111 0 101011 11 1011100 1011000 1001100

Color Harmonies of #C0F88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F88E

Black with #C0F88E

Text Example


Text Example

White with #C0F88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F88E; }

 p { color: rgb(192,248,142); }

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

background-color css

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

 a { background-color: rgb(192,248,142); }

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

border-color css

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

 span { border-color: rgb(192,248,142); }

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