Html Css Color HEX #C6F695 Reef

📋 copy color: '#C6F695'

red 198 ◦ green 246 ◦ blue 149

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

Shades of Reef #C6F695

Tints of Reef #C6F695

RGB

 RED value IS 198 (77.73% from 255) = 33.39%

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

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

R = 33.39%
G = 41.48%
B = 25.13%

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

#C6F695 (or 0xC6F695) is known color: Reef. HEX triplet: C6, F6 and 95. RGB value is (198,246,149). Sum of RGB (Red+Green+Blue) = 198+246+149=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 246 (96.48% from 255 or 41.48% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 246 - color contains mainly: green. Hex color #C6F695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F695 is #39096A. Grayscale: #DCDCDC. Windows color (decimal): -3737963 or 9828038. OLE color: 9828038.

HSL color Cylindrical-coordinate representation of color #C6F695: hue angle of 89.69º 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 #C6F695 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 246 149 -
CMYK 0.20 0 0.39 0.04
HSL 89.69º 0.84% 0.77% -
HSV(B) 89.69º 0.39% 0.96% -
XYZ 61.67 80.09 40.64 -
YUV 220.59 87.6 111.89 -
System Red Green Blue C M Y K H S L
Decimal 198 246 149 0.20 0 0.39 0.04 89.69 0.84 0.77
Hex C6 F6 95 14 0 27 4 5A 54 4D
Octal 306 366 225 24 0 47 4 132 124 115
Binary 11000110 11110110 10010101 10100 0 100111 100 1011010 1010100 1001101

Color Harmonies of #C6F695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F695

Black with #C6F695

Text Example


Text Example

White with #C6F695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F695; }

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

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

background-color css

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

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

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

border-color css

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

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

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