Html Css Color HEX #C0F290 Sulu

📋 copy color: '#C0F290'

red 192 ◦ green 242 ◦ blue 144

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

Shades of Sulu #C0F290

Tints of Sulu #C0F290

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.87%

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

R = 33.22%
G = 41.87%
B = 24.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#C0F290 (or 0xC0F290) is known color: Sulu. HEX triplet: C0, F2 and 90. RGB value is (192,242,144). Sum of RGB (Red+Green+Blue) = 192+242+144=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F290 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F290 is #3F0D6F. Grayscale: #D8D8D8. Windows color (decimal): -4132208 or 9499328. OLE color: 9499328.

HSL color Cylindrical-coordinate representation of color #C0F290: hue angle of 90.61º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0F290 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 242 144 -
CMYK 0.21 0 0.40 0.05
HSL 90.61º 0.79% 0.76% -
HSV(B) 90.61º 0.4% 0.95% -
XYZ 58.52 76.72 38.11 -
YUV 215.88 87.44 110.97 -
System Red Green Blue C M Y K H S L
Decimal 192 242 144 0.21 0 0.40 0.05 90.61 0.79 0.76
Hex C0 F2 90 15 0 28 5 5B 4F 4C
Octal 300 362 220 25 0 50 5 133 117 114
Binary 11000000 11110010 10010000 10101 0 101000 101 1011011 1001111 1001100

Color Harmonies of #C0F290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F290

Black with #C0F290

Text Example


Text Example

White with #C0F290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F290; }

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

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

background-color css

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

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

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

border-color css

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

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

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