Html Css Color HEX #C4E695 Reef

📋 copy color: '#C4E695'

red 196 ◦ green 230 ◦ blue 149

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

Shades of Reef #C4E695

Tints of Reef #C4E695

RGB

 RED value IS 196 (76.95% from 255) = 34.09%

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

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

R = 34.09%
G = 40%
B = 25.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#C4E695 (or 0xC4E695) is known color: Reef. HEX triplet: C4, E6 and 95. RGB value is (196,230,149). Sum of RGB (Red+Green+Blue) = 196+230+149=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 230 - color contains mainly: green. Hex color #C4E695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4E695 is #3B196A. Grayscale: #D2D2D2. Windows color (decimal): -3873131 or 9823940. OLE color: 9823940.

HSL color Cylindrical-coordinate representation of color #C4E695: hue angle of 85.19º 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 #C4E695 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 230 149 -
CMYK 0.15 0 0.35 0.10
HSL 85.19º 0.62% 0.74% -
HSV(B) 85.19º 0.35% 0.9% -
XYZ 56.49 70.5 39.06 -
YUV 210.6 93.24 117.59 -
System Red Green Blue C M Y K H S L
Decimal 196 230 149 0.15 0 0.35 0.10 85.19 0.62 0.74
Hex C4 E6 95 F 0 23 A 55 3E 4A
Octal 304 346 225 17 0 43 12 125 76 112
Binary 11000100 11100110 10010101 1111 0 100011 1010 1010101 111110 1001010

Color Harmonies of #C4E695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E695

Black with #C4E695

Text Example


Text Example

White with #C4E695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E695; }

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

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

background-color css

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

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

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

border-color css

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

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

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