Html Css Color HEX #C1EA7D Sulu

📋 copy color: '#C1EA7D'

red 193 ◦ green 234 ◦ blue 125

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

Shades of Sulu #C1EA7D

Tints of Sulu #C1EA7D

RGB

 RED value IS 193 (75.78% from 255) = 34.96%

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

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

R = 34.96%
G = 42.39%
B = 22.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#C1EA7D (or 0xC1EA7D) is known color: Sulu. HEX triplet: C1, EA and 7D. RGB value is (193,234,125). Sum of RGB (Red+Green+Blue) = 193+234+125=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EA7D is #3E1582. Grayscale: #D1D1D1. Windows color (decimal): -4068739 or 8252097. OLE color: 8252097.

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

Color convert

RGB 193 234 125 -
CMYK 0.18 0 0.47 0.08
HSL 82.57º 0.72% 0.7% -
HSV(B) 82.57º 0.47% 0.92% -
XYZ 55.12 71.66 30.33 -
YUV 209.32 80.42 116.36 -
System Red Green Blue C M Y K H S L
Decimal 193 234 125 0.18 0 0.47 0.08 82.57 0.72 0.7
Hex C1 EA 7D 12 0 2F 8 53 48 46
Octal 301 352 175 22 0 57 10 123 110 106
Binary 11000001 11101010 1111101 10010 0 101111 1000 1010011 1001000 1000110

Color Harmonies of #C1EA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EA7D

Black with #C1EA7D

Text Example


Text Example

White with #C1EA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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