Html Css Color HEX #C1ED95 Reef

📋 copy color: '#C1ED95'

red 193 ◦ green 237 ◦ blue 149

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

Shades of Reef #C1ED95

Tints of Reef #C1ED95

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.93%

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

R = 33.33%
G = 40.93%
B = 25.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#C1ED95 (or 0xC1ED95) is known color: Reef. HEX triplet: C1, ED and 95. RGB value is (193,237,149). Sum of RGB (Red+Green+Blue) = 193+237+149=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1ED95 is #3E126A. Grayscale: #D6D6D6. Windows color (decimal): -4067947 or 9825729. OLE color: 9825729.

HSL color Cylindrical-coordinate representation of color #C1ED95: hue angle of 90º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1ED95 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 237 149 -
CMYK 0.19 0 0.37 0.07
HSL 90º 0.71% 0.76% -
HSV(B) 90º 0.37% 0.93% -
XYZ 57.7 74.08 39.69 -
YUV 213.81 91.42 113.16 -
System Red Green Blue C M Y K H S L
Decimal 193 237 149 0.19 0 0.37 0.07 90 0.71 0.76
Hex C1 ED 95 13 0 25 7 5A 47 4C
Octal 301 355 225 23 0 45 7 132 107 114
Binary 11000001 11101101 10010101 10011 0 100101 111 1011010 1000111 1001100

Color Harmonies of #C1ED95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ED95

Black with #C1ED95

Text Example


Text Example

White with #C1ED95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ED95; }

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

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

background-color css

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

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

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

border-color css

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

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

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