Html Css Color HEX #C1E095 Reef

📋 copy color: '#C1E095'

red 193 ◦ green 224 ◦ blue 149

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

Shades of Reef #C1E095

Tints of Reef #C1E095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.33%

R = 34.1%
G = 39.58%
B = 26.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#C1E095 (or 0xC1E095) is known color: Reef. HEX triplet: C1, E0 and 95. RGB value is (193,224,149). Sum of RGB (Red+Green+Blue) = 193+224+149=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1E095 is #3E1F6A. Grayscale: #CECECE. Windows color (decimal): -4071275 or 9822401. OLE color: 9822401.

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

Color convert

RGB 193 224 149 -
CMYK 0.14 0 0.33 0.12
HSL 84.8º 0.55% 0.73% -
HSV(B) 84.8º 0.33% 0.88% -
XYZ 54.07 66.82 38.48 -
YUV 206.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 193 224 149 0.14 0 0.33 0.12 84.8 0.55 0.73
Hex C1 E0 95 E 0 21 C 55 37 49
Octal 301 340 225 16 0 41 14 125 67 111
Binary 11000001 11100000 10010101 1110 0 100001 1100 1010101 110111 1001001

Color Harmonies of #C1E095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E095

Black with #C1E095

Text Example


Text Example

White with #C1E095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E095; }

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

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

background-color css

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

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

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

border-color css

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

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

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