Html Css Color HEX #C5E695 Reef

📋 copy color: '#C5E695'

red 197 ◦ green 230 ◦ blue 149

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

Shades of Reef #C5E695

Tints of Reef #C5E695

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.93%

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

R = 34.2%
G = 39.93%
B = 25.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#C5E695 (or 0xC5E695) is known color: Reef. HEX triplet: C5, E6 and 95. RGB value is (197,230,149). Sum of RGB (Red+Green+Blue) = 197+230+149=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 230 - color contains mainly: green. Hex color #C5E695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5E695 is #3A196A. Grayscale: #D3D3D3. Windows color (decimal): -3807595 or 9823941. OLE color: 9823941.

HSL color Cylindrical-coordinate representation of color #C5E695: hue angle of 84.44º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5E695 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 230 149 -
CMYK 0.14 0 0.35 0.10
HSL 84.44º 0.62% 0.74% -
HSV(B) 84.44º 0.35% 0.9% -
XYZ 56.75 70.63 39.08 -
YUV 210.9 93.07 118.09 -
System Red Green Blue C M Y K H S L
Decimal 197 230 149 0.14 0 0.35 0.10 84.44 0.62 0.74
Hex C5 E6 95 E 0 23 A 54 3E 4A
Octal 305 346 225 16 0 43 12 124 76 112
Binary 11000101 11100110 10010101 1110 0 100011 1010 1010100 111110 1001010

Color Harmonies of #C5E695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E695

Black with #C5E695

Text Example


Text Example

White with #C5E695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E695; }

 p { color: rgb(197,230,149); }

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

background-color css

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

 a { background-color: rgb(197,230,149); }

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

border-color css

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

 span { border-color: rgb(197,230,149); }

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