Html Css Color HEX #C0EEBD Fringy Flower

📋 copy color: '#C0EEBD'

red 192 ◦ green 238 ◦ blue 189

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

Shades of Fringy Flower #C0EEBD

Tints of Fringy Flower #C0EEBD

RGB

 RED value IS 192 (75.39% from 255) = 31.02%

 GREEN value IS 238 (93.36% from 255) = 38.45%

 BLUE value IS 189 (74.22% from 255) = 30.53%

R = 31.02%
G = 38.45%
B = 30.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#C0EEBD (or 0xC0EEBD) is known color: Fringy Flower. HEX triplet: C0, EE and BD. RGB value is (192,238,189). Sum of RGB (Red+Green+Blue) = 192+238+189=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EEBD is #3F1142. Grayscale: #DADADA. Windows color (decimal): -4133187 or 12447424. OLE color: 12447424.

HSL color Cylindrical-coordinate representation of color #C0EEBD: hue angle of 116.33º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0EEBD is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 238 189 -
CMYK 0.19 0 0.21 0.07
HSL 116.33º 0.59% 0.84% -
HSV(B) 116.33º 0.21% 0.93% -
XYZ 61.5 76.03 59.58 -
YUV 218.66 111.26 108.98 -
System Red Green Blue C M Y K H S L
Decimal 192 238 189 0.19 0 0.21 0.07 116.33 0.59 0.84
Hex C0 EE BD 13 0 15 7 74 3B 54
Octal 300 356 275 23 0 25 7 164 73 124
Binary 11000000 11101110 10111101 10011 0 10101 111 1110100 111011 1010100

Color Harmonies of #C0EEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EEBD

Black with #C0EEBD

Text Example


Text Example

White with #C0EEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EEBD; }

 p { color: rgb(192,238,189); }

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

background-color css

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

 a { background-color: rgb(192,238,189); }

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

border-color css

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

 span { border-color: rgb(192,238,189); }

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