Html Css Color HEX #C5F0A1 Reef

📋 copy color: '#C5F0A1'

red 197 ◦ green 240 ◦ blue 161

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

Shades of Reef #C5F0A1

Tints of Reef #C5F0A1

RGB

 RED value IS 197 (77.34% from 255) = 32.94%

 GREEN value IS 240 (94.14% from 255) = 40.13%

 BLUE value IS 161 (63.28% from 255) = 26.92%

R = 32.94%
G = 40.13%
B = 26.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#C5F0A1 (or 0xC5F0A1) is known color: Reef. HEX triplet: C5, F0 and A1. RGB value is (197,240,161). Sum of RGB (Red+Green+Blue) = 197+240+161=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 161 (63.28% from 255 or 26.92% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F0A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F0A1 is #3A0F5E. Grayscale: #DADADA. Windows color (decimal): -3805023 or 10612933. OLE color: 10612933.

HSL color Cylindrical-coordinate representation of color #C5F0A1: hue angle of 92.66º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5F0A1 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 240 161 -
CMYK 0.18 0 0.33 0.06
HSL 92.66º 0.72% 0.79% -
HSV(B) 92.66º 0.33% 0.94% -
XYZ 60.62 76.76 45.34 -
YUV 218.14 95.75 112.92 -
System Red Green Blue C M Y K H S L
Decimal 197 240 161 0.18 0 0.33 0.06 92.66 0.72 0.79
Hex C5 F0 A1 12 0 21 6 5D 48 4F
Octal 305 360 241 22 0 41 6 135 110 117
Binary 11000101 11110000 10100001 10010 0 100001 110 1011101 1001000 1001111

Color Harmonies of #C5F0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F0A1

Black with #C5F0A1

Text Example


Text Example

White with #C5F0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F0A1; }

 p { color: rgb(197,240,161); }

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

background-color css

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

 a { background-color: rgb(197,240,161); }

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

border-color css

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

 span { border-color: rgb(197,240,161); }

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