Html Css Color HEX #C0F995 Reef

📋 copy color: '#C0F995'

red 192 ◦ green 249 ◦ blue 149

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

Shades of Reef #C0F995

Tints of Reef #C0F995

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.2%

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

R = 32.54%
G = 42.2%
B = 25.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#C0F995 (or 0xC0F995) is known color: Reef. HEX triplet: C0, F9 and 95. RGB value is (192,249,149). Sum of RGB (Red+Green+Blue) = 192+249+149=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 149 (58.59% from 255 or 25.25% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F995 is #3F066A. Grayscale: #DCDCDC. Windows color (decimal): -4130411 or 9828800. OLE color: 9828800.

HSL color Cylindrical-coordinate representation of color #C0F995: hue angle of 94.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0F995 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 249 149 -
CMYK 0.23 0 0.40 0.02
HSL 94.2º 0.89% 0.78% -
HSV(B) 94.2º 0.4% 0.98% -
XYZ 61.04 81.13 40.88 -
YUV 220.56 87.62 107.63 -
System Red Green Blue C M Y K H S L
Decimal 192 249 149 0.23 0 0.40 0.02 94.2 0.89 0.78
Hex C0 F9 95 17 0 28 2 5E 59 4E
Octal 300 371 225 27 0 50 2 136 131 116
Binary 11000000 11111001 10010101 10111 0 101000 10 1011110 1011001 1001110

Color Harmonies of #C0F995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F995

Black with #C0F995

Text Example


Text Example

White with #C0F995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F995; }

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

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

background-color css

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

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

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

border-color css

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

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

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