Html Css Color HEX #C4F695 Reef

📋 copy color: '#C4F695'

red 196 ◦ green 246 ◦ blue 149

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

Shades of Reef #C4F695

Tints of Reef #C4F695

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.62%

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

R = 33.16%
G = 41.62%
B = 25.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#C4F695 (or 0xC4F695) is known color: Reef. HEX triplet: C4, F6 and 95. RGB value is (196,246,149). Sum of RGB (Red+Green+Blue) = 196+246+149=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 246 - color contains mainly: green. Hex color #C4F695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F695 is #3B096A. Grayscale: #DCDCDC. Windows color (decimal): -3869035 or 9828036. OLE color: 9828036.

HSL color Cylindrical-coordinate representation of color #C4F695: hue angle of 90.93º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C4F695 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 246 149 -
CMYK 0.20 0 0.39 0.04
HSL 90.93º 0.84% 0.77% -
HSV(B) 90.93º 0.39% 0.96% -
XYZ 61.15 79.82 40.62 -
YUV 219.99 87.94 110.89 -
System Red Green Blue C M Y K H S L
Decimal 196 246 149 0.20 0 0.39 0.04 90.93 0.84 0.77
Hex C4 F6 95 14 0 27 4 5B 54 4D
Octal 304 366 225 24 0 47 4 133 124 115
Binary 11000100 11110110 10010101 10100 0 100111 100 1011011 1010100 1001101

Color Harmonies of #C4F695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F695

Black with #C4F695

Text Example


Text Example

White with #C4F695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F695; }

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

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

background-color css

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

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

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

border-color css

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

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

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