Html Css Color HEX #C6F095 Reef

📋 copy color: '#C6F095'

red 198 ◦ green 240 ◦ blue 149

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

Shades of Reef #C6F095

Tints of Reef #C6F095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.89%

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

R = 33.73%
G = 40.89%
B = 25.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#C6F095 (or 0xC6F095) is known color: Reef. HEX triplet: C6, F0 and 95. RGB value is (198,240,149). Sum of RGB (Red+Green+Blue) = 198+240+149=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F095 is #390F6A. Grayscale: #D9D9D9. Windows color (decimal): -3739499 or 9826502. OLE color: 9826502.

HSL color Cylindrical-coordinate representation of color #C6F095: hue angle of 87.69º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6F095 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 240 149 -
CMYK 0.18 0 0.38 0.06
HSL 87.69º 0.75% 0.76% -
HSV(B) 87.69º 0.38% 0.94% -
XYZ 59.87 76.5 40.04 -
YUV 217.07 89.59 114.4 -
System Red Green Blue C M Y K H S L
Decimal 198 240 149 0.18 0 0.38 0.06 87.69 0.75 0.76
Hex C6 F0 95 12 0 26 6 58 4B 4C
Octal 306 360 225 22 0 46 6 130 113 114
Binary 11000110 11110000 10010101 10010 0 100110 110 1011000 1001011 1001100

Color Harmonies of #C6F095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F095

Black with #C6F095

Text Example


Text Example

White with #C6F095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F095; }

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

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

background-color css

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

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

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

border-color css

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

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

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