Html Css Color HEX #C4F5E5 Humming Bird

📋 copy color: '#C4F5E5'

red 196 ◦ green 245 ◦ blue 229

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

Shades of Humming Bird #C4F5E5

Tints of Humming Bird #C4F5E5

RGB

 RED value IS 196 (76.95% from 255) = 29.25%

 GREEN value IS 245 (96.09% from 255) = 36.57%

 BLUE value IS 229 (89.84% from 255) = 34.18%

R = 29.25%
G = 36.57%
B = 34.18%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#C4F5E5 (or 0xC4F5E5) is known color: Humming Bird. HEX triplet: C4, F5 and E5. RGB value is (196,245,229). Sum of RGB (Red+Green+Blue) = 196+245+229=670 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.25% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 245 - color contains mainly: green. Hex color #C4F5E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F5E5 is #3B0A1A. Grayscale: #E4E4E4. Windows color (decimal): -3869211 or 15070660. OLE color: 15070660.

HSL color Cylindrical-coordinate representation of color #C4F5E5: hue angle of 160.41º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4F5E5 is Cyan = 0.2, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 245 229 -
CMYK 0.2 0 0.07 0.04
HSL 160.41º 0.71% 0.86% -
HSV(B) 160.41º 0.2% 0.96% -
XYZ 69.56 82.7 86.42 -
YUV 228.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 196 245 229 0.2 0 0.07 0.04 160.41 0.71 0.86
Hex C4 F5 E5 14 0 7 4 A0 47 56
Octal 304 365 345 24 0 7 4 240 107 126
Binary 11000100 11110101 11100101 10100 0 111 100 10100000 1000111 1010110

Color Harmonies of #C4F5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F5E5

Black with #C4F5E5

Text Example


Text Example

White with #C4F5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F5E5; }

 p { color: rgb(196,245,229); }

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

background-color css

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

 a { background-color: rgb(196,245,229); }

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

border-color css

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

 span { border-color: rgb(196,245,229); }

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