Html Css Color HEX #C2D97D Sulu

📋 copy color: '#C2D97D'

red 194 ◦ green 217 ◦ blue 125

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

Shades of Sulu #C2D97D

Tints of Sulu #C2D97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.32%

R = 36.19%
G = 40.49%
B = 23.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#C2D97D (or 0xC2D97D) is known color: Sulu. HEX triplet: C2, D9 and 7D. RGB value is (194,217,125). Sum of RGB (Red+Green+Blue) = 194+217+125=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D97D is #3D2682. Grayscale: #C7C7C7. Windows color (decimal): -4007555 or 8247746. OLE color: 8247746.

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

Color convert

RGB 194 217 125 -
CMYK 0.11 0 0.42 0.15
HSL 75º 0.55% 0.67% -
HSV(B) 75º 0.42% 0.85% -
XYZ 50.76 62.58 28.8 -
YUV 199.64 85.88 123.98 -
System Red Green Blue C M Y K H S L
Decimal 194 217 125 0.11 0 0.42 0.15 75 0.55 0.67
Hex C2 D9 7D B 0 2A F 4B 37 43
Octal 302 331 175 13 0 52 17 113 67 103
Binary 11000010 11011001 1111101 1011 0 101010 1111 1001011 110111 1000011

Color Harmonies of #C2D97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D97D

Black with #C2D97D

Text Example


Text Example

White with #C2D97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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