Html Css Color HEX #C0F696 Reef

📋 copy color: '#C0F696'

red 192 ◦ green 246 ◦ blue 150

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

Shades of Reef #C0F696

Tints of Reef #C0F696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.51%

R = 32.65%
G = 41.84%
B = 25.51%

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

#C0F696 (or 0xC0F696) is known color: Reef. HEX triplet: C0, F6 and 96. RGB value is (192,246,150). Sum of RGB (Red+Green+Blue) = 192+246+150=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 150 (58.98% from 255 or 25.51% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F696 is #3F0969. Grayscale: #DBDBDB. Windows color (decimal): -4131178 or 9893568. OLE color: 9893568.

HSL color Cylindrical-coordinate representation of color #C0F696: hue angle of 93.75º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0F696 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 246 150 -
CMYK 0.22 0 0.39 0.04
HSL 93.75º 0.84% 0.78% -
HSV(B) 93.75º 0.39% 0.96% -
XYZ 60.2 79.32 40.99 -
YUV 218.91 89.11 108.81 -
System Red Green Blue C M Y K H S L
Decimal 192 246 150 0.22 0 0.39 0.04 93.75 0.84 0.78
Hex C0 F6 96 16 0 27 4 5E 54 4E
Octal 300 366 226 26 0 47 4 136 124 116
Binary 11000000 11110110 10010110 10110 0 100111 100 1011110 1010100 1001110

Color Harmonies of #C0F696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F696

Black with #C0F696

Text Example


Text Example

White with #C0F696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F696; }

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

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

background-color css

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

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

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

border-color css

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

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

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