Html Css Color HEX #D5F5EA Humming Bird

📋 copy color: '#D5F5EA'

red 213 ◦ green 245 ◦ blue 234

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

Shades of Humming Bird #D5F5EA

Tints of Humming Bird #D5F5EA

RGB

 RED value IS 213 (83.59% from 255) = 30.78%

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

 BLUE value IS 234 (91.8% from 255) = 33.82%

R = 30.78%
G = 35.4%
B = 33.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#D5F5EA (or 0xD5F5EA) is known color: Humming Bird. HEX triplet: D5, F5 and EA. RGB value is (213,245,234). Sum of RGB (Red+Green+Blue) = 213+245+234=692 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.78% from 692); Green value is 245 (96.09% from 255 or 35.40% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F5EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F5EA is #2A0A15. Grayscale: #EAEAEA. Windows color (decimal): -2755094 or 15398357. OLE color: 15398357.

HSL color Cylindrical-coordinate representation of color #D5F5EA: hue angle of 159.38º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5F5EA is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 245 234 -
CMYK 0.13 0 0.04 0.04
HSL 159.38º 0.62% 0.9% -
HSV(B) 159.38º 0.13% 0.96% -
XYZ 74.94 85.39 90.37 -
YUV 234.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 213 245 234 0.13 0 0.04 0.04 159.38 0.62 0.9
Hex D5 F5 EA D 0 4 4 9F 3E 5A
Octal 325 365 352 15 0 4 4 237 76 132
Binary 11010101 11110101 11101010 1101 0 100 100 10011111 111110 1011010

Color Harmonies of #D5F5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F5EA

Black with #D5F5EA

Text Example


Text Example

White with #D5F5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F5EA; }

 p { color: rgb(213,245,234); }

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

background-color css

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

 a { background-color: rgb(213,245,234); }

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

border-color css

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

 span { border-color: rgb(213,245,234); }

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