Html Css Color HEX #C0FCBF Fringy Flower

📋 copy color: '#C0FCBF'

red 192 ◦ green 252 ◦ blue 191

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

Shades of Fringy Flower #C0FCBF

Tints of Fringy Flower #C0FCBF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.69%

 BLUE value IS 191 (75% from 255) = 30.08%

R = 30.24%
G = 39.69%
B = 30.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#C0FCBF (or 0xC0FCBF) is known color: Fringy Flower. HEX triplet: C0, FC and BF. RGB value is (192,252,191). Sum of RGB (Red+Green+Blue) = 192+252+191=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FCBF is #3F0340. Grayscale: #E3E3E3. Windows color (decimal): -4129601 or 12582080. OLE color: 12582080.

HSL color Cylindrical-coordinate representation of color #C0FCBF: hue angle of 119.02º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FCBF is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 252 191 -
CMYK 0.24 0 0.24 0.01
HSL 119.02º 0.91% 0.87% -
HSV(B) 119.02º 0.24% 0.99% -
XYZ 65.95 84.59 62.14 -
YUV 227.11 107.62 102.96 -
System Red Green Blue C M Y K H S L
Decimal 192 252 191 0.24 0 0.24 0.01 119.02 0.91 0.87
Hex C0 FC BF 18 0 18 1 77 5B 57
Octal 300 374 277 30 0 30 1 167 133 127
Binary 11000000 11111100 10111111 11000 0 11000 1 1110111 1011011 1010111

Color Harmonies of #C0FCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FCBF

Black with #C0FCBF

Text Example


Text Example

White with #C0FCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FCBF; }

 p { color: rgb(192,252,191); }

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

background-color css

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

 a { background-color: rgb(192,252,191); }

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

border-color css

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

 span { border-color: rgb(192,252,191); }

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