Html Css Color HEX #C0F690 Sulu

📋 copy color: '#C0F690'

red 192 ◦ green 246 ◦ blue 144

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

Shades of Sulu #C0F690

Tints of Sulu #C0F690

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.27%

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

R = 32.99%
G = 42.27%
B = 24.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#C0F690 (or 0xC0F690) is known color: Sulu. HEX triplet: C0, F6 and 90. RGB value is (192,246,144). Sum of RGB (Red+Green+Blue) = 192+246+144=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 246 (96.48% from 255 or 42.27% from 582); Blue value is 144 (56.64% from 255 or 24.74% from 582); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F690 is #3F096F. Grayscale: #DADADA. Windows color (decimal): -4131184 or 9500352. OLE color: 9500352.

HSL color Cylindrical-coordinate representation of color #C0F690: hue angle of 91.76º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0F690 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 246 144 -
CMYK 0.22 0 0.41 0.04
HSL 91.76º 0.85% 0.76% -
HSV(B) 91.76º 0.41% 0.96% -
XYZ 59.73 79.13 38.51 -
YUV 218.23 86.11 109.29 -
System Red Green Blue C M Y K H S L
Decimal 192 246 144 0.22 0 0.41 0.04 91.76 0.85 0.76
Hex C0 F6 90 16 0 29 4 5C 55 4C
Octal 300 366 220 26 0 51 4 134 125 114
Binary 11000000 11110110 10010000 10110 0 101001 100 1011100 1010101 1001100

Color Harmonies of #C0F690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F690

Black with #C0F690

Text Example


Text Example

White with #C0F690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F690; }

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

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

background-color css

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

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

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

border-color css

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

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

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