Html Css Color HEX #C5F8E1 Humming Bird

📋 copy color: '#C5F8E1'

red 197 ◦ green 248 ◦ blue 225

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

Shades of Humming Bird #C5F8E1

Tints of Humming Bird #C5F8E1

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.01%

 BLUE value IS 225 (88.28% from 255) = 33.58%

R = 29.4%
G = 37.01%
B = 33.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#C5F8E1 (or 0xC5F8E1) is known color: Humming Bird. HEX triplet: C5, F8 and E1. RGB value is (197,248,225). Sum of RGB (Red+Green+Blue) = 197+248+225=670 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.40% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 225 (88.28% from 255 or 33.58% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F8E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F8E1 is #3A071E. Grayscale: #E6E6E6. Windows color (decimal): -3802911 or 14809285. OLE color: 14809285.

HSL color Cylindrical-coordinate representation of color #C5F8E1: hue angle of 152.94º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5F8E1 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 197 248 225 -
CMYK 0.21 0 0.09 0.03
HSL 152.94º 0.78% 0.87% -
HSV(B) 152.94º 0.21% 0.97% -
XYZ 70.18 84.44 83.83 -
YUV 230.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 197 248 225 0.21 0 0.09 0.03 152.94 0.78 0.87
Hex C5 F8 E1 15 0 9 3 99 4E 57
Octal 305 370 341 25 0 11 3 231 116 127
Binary 11000101 11111000 11100001 10101 0 1001 11 10011001 1001110 1010111

Color Harmonies of #C5F8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F8E1

Black with #C5F8E1

Text Example


Text Example

White with #C5F8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F8E1; }

 p { color: rgb(197,248,225); }

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

background-color css

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

 a { background-color: rgb(197,248,225); }

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

border-color css

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

 span { border-color: rgb(197,248,225); }

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