Html Css Color HEX #C2E973 Sulu

📋 copy color: '#C2E973'

red 194 ◦ green 233 ◦ blue 115

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

Shades of Sulu #C2E973

Tints of Sulu #C2E973

RGB

 RED value IS 194 (76.17% from 255) = 35.79%

 GREEN value IS 233 (91.41% from 255) = 42.99%

 BLUE value IS 115 (45.31% from 255) = 21.22%

R = 35.79%
G = 42.99%
B = 21.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#C2E973 (or 0xC2E973) is known color: Sulu. HEX triplet: C2, E9 and 73. RGB value is (194,233,115). Sum of RGB (Red+Green+Blue) = 194+233+115=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 115 (45.31% from 255 or 21.22% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E973 is #3D168C. Grayscale: #D0D0D0. Windows color (decimal): -4003469 or 7596482. OLE color: 7596482.

HSL color Cylindrical-coordinate representation of color #C2E973: hue angle of 79.83º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2E973 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 233 115 -
CMYK 0.17 0 0.51 0.09
HSL 79.83º 0.73% 0.68% -
HSV(B) 79.83º 0.51% 0.91% -
XYZ 54.48 70.98 27.05 -
YUV 207.89 75.58 118.09 -
System Red Green Blue C M Y K H S L
Decimal 194 233 115 0.17 0 0.51 0.09 79.83 0.73 0.68
Hex C2 E9 73 11 0 33 9 50 49 44
Octal 302 351 163 21 0 63 11 120 111 104
Binary 11000010 11101001 1110011 10001 0 110011 1001 1010000 1001001 1000100

Color Harmonies of #C2E973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E973

Black with #C2E973

Text Example


Text Example

White with #C2E973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E973; }

 p { color: rgb(194,233,115); }

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

background-color css

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

 a { background-color: rgb(194,233,115); }

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

border-color css

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

 span { border-color: rgb(194,233,115); }

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