Html Css Color HEX #C2EBC2 Fringy Flower

📋 copy color: '#C2EBC2'

red 194 ◦ green 235 ◦ blue 194

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

Shades of Fringy Flower #C2EBC2

Tints of Fringy Flower #C2EBC2

RGB

 RED value IS 194 (76.17% from 255) = 31.14%

 GREEN value IS 235 (92.19% from 255) = 37.72%

 BLUE value IS 194 (76.17% from 255) = 31.14%

R = 31.14%
G = 37.72%
B = 31.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#C2EBC2 (or 0xC2EBC2) is known color: Fringy Flower. HEX triplet: C2, EB and C2. RGB value is (194,235,194). Sum of RGB (Red+Green+Blue) = 194+235+194=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBC2 is #3D143D. Grayscale: #DADADA. Windows color (decimal): -4002878 or 12774338. OLE color: 12774338.

HSL color Cylindrical-coordinate representation of color #C2EBC2: hue angle of 120º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EBC2 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 235 194 -
CMYK 0.17 0 0.17 0.08
HSL 120º 0.51% 0.84% -
HSV(B) 120º 0.17% 0.92% -
XYZ 61.69 74.78 62.22 -
YUV 218.07 114.42 110.83 -
System Red Green Blue C M Y K H S L
Decimal 194 235 194 0.17 0 0.17 0.08 120 0.51 0.84
Hex C2 EB C2 11 0 11 8 78 33 54
Octal 302 353 302 21 0 21 10 170 63 124
Binary 11000010 11101011 11000010 10001 0 10001 1000 1111000 110011 1010100

Color Harmonies of #C2EBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EBC2

Black with #C2EBC2

Text Example


Text Example

White with #C2EBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EBC2; }

 p { color: rgb(194,235,194); }

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

background-color css

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

 a { background-color: rgb(194,235,194); }

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

border-color css

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

 span { border-color: rgb(194,235,194); }

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