Html Css Color HEX #C3FEE2 Humming Bird

📋 copy color: '#C3FEE2'

red 195 ◦ green 254 ◦ blue 226

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

Shades of Humming Bird #C3FEE2

Tints of Humming Bird #C3FEE2

RGB

 RED value IS 195 (76.56% from 255) = 28.89%

 GREEN value IS 254 (99.61% from 255) = 37.63%

 BLUE value IS 226 (88.67% from 255) = 33.48%

R = 28.89%
G = 37.63%
B = 33.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#C3FEE2 (or 0xC3FEE2) is known color: Humming Bird. HEX triplet: C3, FE and E2. RGB value is (195,254,226). Sum of RGB (Red+Green+Blue) = 195+254+226=675 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.89% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FEE2 is #3C011D. Grayscale: #E9E9E9. Windows color (decimal): -3932446 or 14876355. OLE color: 14876355.

HSL color Cylindrical-coordinate representation of color #C3FEE2: hue angle of 151.53º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3FEE2 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 254 226 -
CMYK 0.23 0 0.11 0.00
HSL 151.53º 0.97% 0.88% -
HSV(B) 151.53º 0.23% 1% -
XYZ 71.67 87.98 85.16 -
YUV 233.17 123.95 100.78 -
System Red Green Blue C M Y K H S L
Decimal 195 254 226 0.23 0 0.11 0.00 151.53 0.97 0.88
Hex C3 FE E2 17 0 B 0 98 61 58
Octal 303 376 342 27 0 13 0 230 141 130
Binary 11000011 11111110 11100010 10111 0 1011 0 10011000 1100001 1011000

Color Harmonies of #C3FEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FEE2

Black with #C3FEE2

Text Example


Text Example

White with #C3FEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FEE2; }

 p { color: rgb(195,254,226); }

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

background-color css

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

 a { background-color: rgb(195,254,226); }

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

border-color css

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

 span { border-color: rgb(195,254,226); }

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