Html Css Color HEX #C2D973 Sulu

📋 copy color: '#C2D973'

red 194 ◦ green 217 ◦ blue 115

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

Shades of Sulu #C2D973

Tints of Sulu #C2D973

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.25%

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

R = 36.88%
G = 41.25%
B = 21.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#C2D973 (or 0xC2D973) is known color: Sulu. HEX triplet: C2, D9 and 73. RGB value is (194,217,115). Sum of RGB (Red+Green+Blue) = 194+217+115=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D973 is #3D268C. Grayscale: #C6C6C6. Windows color (decimal): -4007565 or 7592386. OLE color: 7592386.

HSL color Cylindrical-coordinate representation of color #C2D973: hue angle of 73.53º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2D973 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 217 115 -
CMYK 0.11 0 0.47 0.15
HSL 73.53º 0.57% 0.65% -
HSV(B) 73.53º 0.47% 0.85% -
XYZ 50.16 62.33 25.61 -
YUV 198.5 80.88 124.79 -
System Red Green Blue C M Y K H S L
Decimal 194 217 115 0.11 0 0.47 0.15 73.53 0.57 0.65
Hex C2 D9 73 B 0 2F F 4A 39 41
Octal 302 331 163 13 0 57 17 112 71 101
Binary 11000010 11011001 1110011 1011 0 101111 1111 1001010 111001 1000001

Color Harmonies of #C2D973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D973

Black with #C2D973

Text Example


Text Example

White with #C2D973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D973; }

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

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

background-color css

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

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

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

border-color css

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

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

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