Html Css Color HEX #C0F990 Sulu

📋 copy color: '#C0F990'

red 192 ◦ green 249 ◦ blue 144

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

Shades of Sulu #C0F990

Tints of Sulu #C0F990

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.56%

 BLUE value IS 144 (56.64% from 255) = 24.62%

R = 32.82%
G = 42.56%
B = 24.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#C0F990 (or 0xC0F990) is known color: Sulu. HEX triplet: C0, F9 and 90. RGB value is (192,249,144). Sum of RGB (Red+Green+Blue) = 192+249+144=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F990 is #3F066F. Grayscale: #DCDCDC. Windows color (decimal): -4130416 or 9501120. OLE color: 9501120.

HSL color Cylindrical-coordinate representation of color #C0F990: hue angle of 92.57º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0F990 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 249 144 -
CMYK 0.23 0 0.42 0.02
HSL 92.57º 0.9% 0.77% -
HSV(B) 92.57º 0.42% 0.98% -
XYZ 60.65 80.97 38.82 -
YUV 219.99 85.12 108.04 -
System Red Green Blue C M Y K H S L
Decimal 192 249 144 0.23 0 0.42 0.02 92.57 0.9 0.77
Hex C0 F9 90 17 0 2A 2 5D 5A 4D
Octal 300 371 220 27 0 52 2 135 132 115
Binary 11000000 11111001 10010000 10111 0 101010 10 1011101 1011010 1001101

Color Harmonies of #C0F990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F990

Black with #C0F990

Text Example


Text Example

White with #C0F990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F990; }

 p { color: rgb(192,249,144); }

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

background-color css

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

 a { background-color: rgb(192,249,144); }

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

border-color css

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

 span { border-color: rgb(192,249,144); }

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