Html Css Color HEX #C0F695 Reef

📋 copy color: '#C0F695'

red 192 ◦ green 246 ◦ blue 149

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

Shades of Reef #C0F695

Tints of Reef #C0F695

RGB

 RED value IS 192 (75.39% from 255) = 32.71%

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

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

R = 32.71%
G = 41.91%
B = 25.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#C0F695 (or 0xC0F695) is known color: Reef. HEX triplet: C0, F6 and 95. RGB value is (192,246,149). Sum of RGB (Red+Green+Blue) = 192+246+149=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 246 (96.48% from 255 or 41.91% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F695 is #3F096A. Grayscale: #DBDBDB. Windows color (decimal): -4131179 or 9828032. OLE color: 9828032.

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

Color convert

RGB 192 246 149 -
CMYK 0.22 0 0.39 0.04
HSL 93.4º 0.84% 0.77% -
HSV(B) 93.4º 0.39% 0.96% -
XYZ 60.12 79.29 40.57 -
YUV 218.8 88.61 108.89 -
System Red Green Blue C M Y K H S L
Decimal 192 246 149 0.22 0 0.39 0.04 93.4 0.84 0.77
Hex C0 F6 95 16 0 27 4 5D 54 4D
Octal 300 366 225 26 0 47 4 135 124 115
Binary 11000000 11110110 10010101 10110 0 100111 100 1011101 1010100 1001101

Color Harmonies of #C0F695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F695

Black with #C0F695

Text Example


Text Example

White with #C0F695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F695; }

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

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

background-color css

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

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

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

border-color css

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

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

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