Html Css Color HEX #C0F296 Reef

📋 copy color: '#C0F296'

red 192 ◦ green 242 ◦ blue 150

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

Shades of Reef #C0F296

Tints of Reef #C0F296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.44%

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

R = 32.88%
G = 41.44%
B = 25.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#C0F296 (or 0xC0F296) is known color: Reef. HEX triplet: C0, F2 and 96. RGB value is (192,242,150). Sum of RGB (Red+Green+Blue) = 192+242+150=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F296 is #3F0D69. Grayscale: #D8D8D8. Windows color (decimal): -4132202 or 9892544. OLE color: 9892544.

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

Color convert

RGB 192 242 150 -
CMYK 0.21 0 0.38 0.05
HSL 92.61º 0.78% 0.77% -
HSV(B) 92.61º 0.38% 0.95% -
XYZ 59 76.91 40.59 -
YUV 216.56 90.44 110.48 -
System Red Green Blue C M Y K H S L
Decimal 192 242 150 0.21 0 0.38 0.05 92.61 0.78 0.77
Hex C0 F2 96 15 0 26 5 5D 4E 4D
Octal 300 362 226 25 0 46 5 135 116 115
Binary 11000000 11110010 10010110 10101 0 100110 101 1011101 1001110 1001101

Color Harmonies of #C0F296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F296

Black with #C0F296

Text Example


Text Example

White with #C0F296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F296; }

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

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

background-color css

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

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

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

border-color css

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

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

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