Html Css Color HEX #C1E07D Sulu

📋 copy color: '#C1E07D'

red 193 ◦ green 224 ◦ blue 125

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

Shades of Sulu #C1E07D

Tints of Sulu #C1E07D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.33%

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

R = 35.61%
G = 41.33%
B = 23.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#C1E07D (or 0xC1E07D) is known color: Sulu. HEX triplet: C1, E0 and 7D. RGB value is (193,224,125). Sum of RGB (Red+Green+Blue) = 193+224+125=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E07D is #3E1F82. Grayscale: #CBCBCB. Windows color (decimal): -4071299 or 8249537. OLE color: 8249537.

HSL color Cylindrical-coordinate representation of color #C1E07D: hue angle of 78.79º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1E07D is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 224 125 -
CMYK 0.14 0 0.44 0.12
HSL 78.79º 0.61% 0.68% -
HSV(B) 78.79º 0.44% 0.88% -
XYZ 52.35 66.13 29.41 -
YUV 203.45 83.73 120.55 -
System Red Green Blue C M Y K H S L
Decimal 193 224 125 0.14 0 0.44 0.12 78.79 0.61 0.68
Hex C1 E0 7D E 0 2C C 4F 3D 44
Octal 301 340 175 16 0 54 14 117 75 104
Binary 11000001 11100000 1111101 1110 0 101100 1100 1001111 111101 1000100

Color Harmonies of #C1E07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E07D

Black with #C1E07D

Text Example


Text Example

White with #C1E07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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