Html Css Color HEX #C2EA7D Sulu

📋 copy color: '#C2EA7D'

red 194 ◦ green 234 ◦ blue 125

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

Shades of Sulu #C2EA7D

Tints of Sulu #C2EA7D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.31%

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

R = 35.08%
G = 42.31%
B = 22.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#C2EA7D (or 0xC2EA7D) is known color: Sulu. HEX triplet: C2, EA and 7D. RGB value is (194,234,125). Sum of RGB (Red+Green+Blue) = 194+234+125=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EA7D is #3D1582. Grayscale: #D2D2D2. Windows color (decimal): -4003203 or 8252098. OLE color: 8252098.

HSL color Cylindrical-coordinate representation of color #C2EA7D: hue angle of 82.02º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2EA7D is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 234 125 -
CMYK 0.17 0 0.47 0.08
HSL 82.02º 0.72% 0.7% -
HSV(B) 82.02º 0.47% 0.92% -
XYZ 55.37 71.8 30.34 -
YUV 209.61 80.25 116.86 -
System Red Green Blue C M Y K H S L
Decimal 194 234 125 0.17 0 0.47 0.08 82.02 0.72 0.7
Hex C2 EA 7D 11 0 2F 8 52 48 46
Octal 302 352 175 21 0 57 10 122 110 106
Binary 11000010 11101010 1111101 10001 0 101111 1000 1010010 1001000 1000110

Color Harmonies of #C2EA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EA7D

Black with #C2EA7D

Text Example


Text Example

White with #C2EA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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