Html Css Color HEX #C1F296 Reef

📋 copy color: '#C1F296'

red 193 ◦ green 242 ◦ blue 150

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

Shades of Reef #C1F296

Tints of Reef #C1F296

RGB

 RED value IS 193 (75.78% from 255) = 32.99%

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

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

R = 32.99%
G = 41.37%
B = 25.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#C1F296 (or 0xC1F296) is known color: Reef. HEX triplet: C1, F2 and 96. RGB value is (193,242,150). Sum of RGB (Red+Green+Blue) = 193+242+150=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #C1F296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F296 is #3E0D69. Grayscale: #D9D9D9. Windows color (decimal): -4066666 or 9892545. OLE color: 9892545.

HSL color Cylindrical-coordinate representation of color #C1F296: hue angle of 91.96º 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 #C1F296 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 242 150 -
CMYK 0.20 0 0.38 0.05
HSL 91.96º 0.78% 0.77% -
HSV(B) 91.96º 0.38% 0.95% -
XYZ 59.25 77.04 40.6 -
YUV 216.86 90.27 110.98 -
System Red Green Blue C M Y K H S L
Decimal 193 242 150 0.20 0 0.38 0.05 91.96 0.78 0.77
Hex C1 F2 96 14 0 26 5 5C 4E 4D
Octal 301 362 226 24 0 46 5 134 116 115
Binary 11000001 11110010 10010110 10100 0 100110 101 1011100 1001110 1001101

Color Harmonies of #C1F296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1F296

Black with #C1F296

Text Example


Text Example

White with #C1F296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1F296; }

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

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

background-color css

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

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

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

border-color css

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

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

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