Html Css Color HEX #C0F87D Sulu

📋 copy color: '#C0F87D'

red 192 ◦ green 248 ◦ blue 125

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

Shades of Sulu #C0F87D

Tints of Sulu #C0F87D

RGB

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

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

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

R = 33.98%
G = 43.89%
B = 22.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#C0F87D (or 0xC0F87D) is known color: Sulu. HEX triplet: C0, F8 and 7D. RGB value is (192,248,125). Sum of RGB (Red+Green+Blue) = 192+248+125=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F87D is #3F0782. Grayscale: #D9D9D9. Windows color (decimal): -4130691 or 8255680. OLE color: 8255680.

HSL color Cylindrical-coordinate representation of color #C0F87D: hue angle of 87.32º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0F87D is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 248 125 -
CMYK 0.23 0 0.50 0.03
HSL 87.32º 0.9% 0.73% -
HSV(B) 87.32º 0.5% 0.97% -
XYZ 59.01 79.82 31.7 -
YUV 217.23 75.95 110 -
System Red Green Blue C M Y K H S L
Decimal 192 248 125 0.23 0 0.50 0.03 87.32 0.9 0.73
Hex C0 F8 7D 17 0 32 3 57 5A 49
Octal 300 370 175 27 0 62 3 127 132 111
Binary 11000000 11111000 1111101 10111 0 110010 11 1010111 1011010 1001001

Color Harmonies of #C0F87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F87D

Black with #C0F87D

Text Example


Text Example

White with #C0F87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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