Html Css Color HEX #C5EA7D Sulu

📋 copy color: '#C5EA7D'

red 197 ◦ green 234 ◦ blue 125

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

Shades of Sulu #C5EA7D

Tints of Sulu #C5EA7D

RGB

 RED value IS 197 (77.34% from 255) = 35.43%

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

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

R = 35.43%
G = 42.09%
B = 22.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#C5EA7D (or 0xC5EA7D) is known color: Sulu. HEX triplet: C5, EA and 7D. RGB value is (197,234,125). Sum of RGB (Red+Green+Blue) = 197+234+125=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EA7D is #3A1582. Grayscale: #D2D2D2. Windows color (decimal): -3806595 or 8252101. OLE color: 8252101.

HSL color Cylindrical-coordinate representation of color #C5EA7D: hue angle of 80.37º 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 #C5EA7D is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 234 125 -
CMYK 0.16 0 0.47 0.08
HSL 80.37º 0.72% 0.7% -
HSV(B) 80.37º 0.47% 0.92% -
XYZ 56.15 72.2 30.38 -
YUV 210.51 79.74 118.36 -
System Red Green Blue C M Y K H S L
Decimal 197 234 125 0.16 0 0.47 0.08 80.37 0.72 0.7
Hex C5 EA 7D 10 0 2F 8 50 48 46
Octal 305 352 175 20 0 57 10 120 110 106
Binary 11000101 11101010 1111101 10000 0 101111 1000 1010000 1001000 1000110

Color Harmonies of #C5EA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EA7D

Black with #C5EA7D

Text Example


Text Example

White with #C5EA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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