Html Css Color HEX #C2D87D Sulu

📋 copy color: '#C2D87D'

red 194 ◦ green 216 ◦ blue 125

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

Shades of Sulu #C2D87D

Tints of Sulu #C2D87D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.37%

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

R = 36.26%
G = 40.37%
B = 23.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#C2D87D (or 0xC2D87D) is known color: Sulu. HEX triplet: C2, D8 and 7D. RGB value is (194,216,125). Sum of RGB (Red+Green+Blue) = 194+216+125=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D87D is #3D2782. Grayscale: #C7C7C7. Windows color (decimal): -4007811 or 8247490. OLE color: 8247490.

HSL color Cylindrical-coordinate representation of color #C2D87D: hue angle of 74.51º degrees, saturation: 0.54, 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 #C2D87D is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 216 125 -
CMYK 0.10 0 0.42 0.15
HSL 74.51º 0.54% 0.67% -
HSV(B) 74.51º 0.42% 0.85% -
XYZ 50.51 62.06 28.72 -
YUV 199.05 86.21 124.4 -
System Red Green Blue C M Y K H S L
Decimal 194 216 125 0.10 0 0.42 0.15 74.51 0.54 0.67
Hex C2 D8 7D A 0 2A F 4B 36 43
Octal 302 330 175 12 0 52 17 113 66 103
Binary 11000010 11011000 1111101 1010 0 101010 1111 1001011 110110 1000011

Color Harmonies of #C2D87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D87D

Black with #C2D87D

Text Example


Text Example

White with #C2D87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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