Html Css Color HEX #C0E574 Sulu

📋 copy color: '#C0E574'

red 192 ◦ green 229 ◦ blue 116

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

Shades of Sulu #C0E574

Tints of Sulu #C0E574

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.64%

 BLUE value IS 116 (45.7% from 255) = 21.6%

R = 35.75%
G = 42.64%
B = 21.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#C0E574 (or 0xC0E574) is known color: Sulu. HEX triplet: C0, E5 and 74. RGB value is (192,229,116). Sum of RGB (Red+Green+Blue) = 192+229+116=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E574 is #3F1A8B. Grayscale: #CDCDCD. Windows color (decimal): -4135564 or 7660992. OLE color: 7660992.

HSL color Cylindrical-coordinate representation of color #C0E574: hue angle of 79.65º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0E574 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 229 116 -
CMYK 0.16 0 0.49 0.10
HSL 79.65º 0.68% 0.68% -
HSV(B) 79.65º 0.49% 0.9% -
XYZ 52.91 68.51 26.96 -
YUV 205.06 77.74 118.69 -
System Red Green Blue C M Y K H S L
Decimal 192 229 116 0.16 0 0.49 0.10 79.65 0.68 0.68
Hex C0 E5 74 10 0 31 A 50 44 44
Octal 300 345 164 20 0 61 12 120 104 104
Binary 11000000 11100101 1110100 10000 0 110001 1010 1010000 1000100 1000100

Color Harmonies of #C0E574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E574

Black with #C0E574

Text Example


Text Example

White with #C0E574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E574; }

 p { color: rgb(192,229,116); }

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

background-color css

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

 a { background-color: rgb(192,229,116); }

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

border-color css

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

 span { border-color: rgb(192,229,116); }

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