Html Css Color HEX #C0F491 Reef

📋 copy color: '#C0F491'

red 192 ◦ green 244 ◦ blue 145

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

Shades of Reef #C0F491

Tints of Reef #C0F491

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42%

 BLUE value IS 145 (57.03% from 255) = 24.96%

R = 33.05%
G = 42%
B = 24.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#C0F491 (or 0xC0F491) is known color: Reef. HEX triplet: C0, F4 and 91. RGB value is (192,244,145). Sum of RGB (Red+Green+Blue) = 192+244+145=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 145 (57.03% from 255 or 24.96% from 581); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F491 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F491 is #3F0B6E. Grayscale: #D9D9D9. Windows color (decimal): -4131695 or 9565376. OLE color: 9565376.

HSL color Cylindrical-coordinate representation of color #C0F491: hue angle of 91.52º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0F491 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 244 145 -
CMYK 0.21 0 0.41 0.04
HSL 91.52º 0.82% 0.76% -
HSV(B) 91.52º 0.41% 0.96% -
XYZ 59.2 77.95 38.71 -
YUV 217.17 87.27 110.05 -
System Red Green Blue C M Y K H S L
Decimal 192 244 145 0.21 0 0.41 0.04 91.52 0.82 0.76
Hex C0 F4 91 15 0 29 4 5C 52 4C
Octal 300 364 221 25 0 51 4 134 122 114
Binary 11000000 11110100 10010001 10101 0 101001 100 1011100 1010010 1001100

Color Harmonies of #C0F491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F491

Black with #C0F491

Text Example


Text Example

White with #C0F491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F491; }

 p { color: rgb(192,244,145); }

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

background-color css

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

 a { background-color: rgb(192,244,145); }

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

border-color css

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

 span { border-color: rgb(192,244,145); }

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