Html Css Color HEX #C0F195 Reef

📋 copy color: '#C0F195'

red 192 ◦ green 241 ◦ blue 149

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

Shades of Reef #C0F195

Tints of Reef #C0F195

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.41%

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

R = 32.99%
G = 41.41%
B = 25.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#C0F195 (or 0xC0F195) is known color: Reef. HEX triplet: C0, F1 and 95. RGB value is (192,241,149). Sum of RGB (Red+Green+Blue) = 192+241+149=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 149 (58.59% from 255 or 25.60% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F195 is #3F0E6A. Grayscale: #D8D8D8. Windows color (decimal): -4132459 or 9826752. OLE color: 9826752.

HSL color Cylindrical-coordinate representation of color #C0F195: hue angle of 91.96º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0F195 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 241 149 -
CMYK 0.20 0 0.38 0.05
HSL 91.96º 0.77% 0.76% -
HSV(B) 91.96º 0.38% 0.95% -
XYZ 58.62 76.29 40.07 -
YUV 215.86 90.27 110.98 -
System Red Green Blue C M Y K H S L
Decimal 192 241 149 0.20 0 0.38 0.05 91.96 0.77 0.76
Hex C0 F1 95 14 0 26 5 5C 4D 4C
Octal 300 361 225 24 0 46 5 134 115 114
Binary 11000000 11110001 10010101 10100 0 100110 101 1011100 1001101 1001100

Color Harmonies of #C0F195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F195

Black with #C0F195

Text Example


Text Example

White with #C0F195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F195; }

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

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

background-color css

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

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

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

border-color css

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

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

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