Html Css Color HEX #C0FC95 Reef

📋 copy color: '#C0FC95'

red 192 ◦ green 252 ◦ blue 149

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

Shades of Reef #C0FC95

Tints of Reef #C0FC95

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.5%

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

R = 32.38%
G = 42.5%
B = 25.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#C0FC95 (or 0xC0FC95) is known color: Reef. HEX triplet: C0, FC and 95. RGB value is (192,252,149). Sum of RGB (Red+Green+Blue) = 192+252+149=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FC95 is #3F036A. Grayscale: #DEDEDE. Windows color (decimal): -4129643 or 9829568. OLE color: 9829568.

HSL color Cylindrical-coordinate representation of color #C0FC95: hue angle of 94.95º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0FC95 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 252 149 -
CMYK 0.24 0 0.41 0.01
HSL 94.95º 0.94% 0.79% -
HSV(B) 94.95º 0.41% 0.99% -
XYZ 61.97 83 41.19 -
YUV 222.32 86.62 106.38 -
System Red Green Blue C M Y K H S L
Decimal 192 252 149 0.24 0 0.41 0.01 94.95 0.94 0.79
Hex C0 FC 95 18 0 29 1 5F 5E 4F
Octal 300 374 225 30 0 51 1 137 136 117
Binary 11000000 11111100 10010101 11000 0 101001 1 1011111 1011110 1001111

Color Harmonies of #C0FC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FC95

Black with #C0FC95

Text Example


Text Example

White with #C0FC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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