Html Css Color HEX #BCFF60 Conifer

📋 copy color: '#BCFF60'

red 188 ◦ green 255 ◦ blue 96

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

Shades of Conifer #BCFF60

Tints of Conifer #BCFF60

RGB

 RED value IS 188 (73.83% from 255) = 34.88%

 GREEN value IS 255 (100% from 255) = 47.31%

 BLUE value IS 96 (37.89% from 255) = 17.81%

R = 34.88%
G = 47.31%
B = 17.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#BCFF60 (or 0xBCFF60) is known color: Conifer. HEX triplet: BC, FF and 60. RGB value is (188,255,96). Sum of RGB (Red+Green+Blue) = 188+255+96=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF60 is #43009F. Grayscale: #D9D9D9. Windows color (decimal): -4391072 or 6356924. OLE color: 6356924.

HSL color Cylindrical-coordinate representation of color #BCFF60: hue angle of 85.28º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCFF60 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 188 255 96 -
CMYK 0.26 0 0.62 0
HSL 85.28º 1% 0.69% -
HSV(B) 85.28º 0.62% 1% -
XYZ 58.61 83.06 24.01 -
YUV 216.84 59.8 107.43 -
System Red Green Blue C M Y K H S L
Decimal 188 255 96 0.26 0 0.62 0 85.28 1 0.69
Hex BC FF 60 1A 0 3E 0 55 64 45
Octal 274 377 140 32 0 76 0 125 144 105
Binary 10111100 11111111 1100000 11010 0 111110 0 1010101 1100100 1000101

Color Harmonies of #BCFF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF60

Black with #BCFF60

Text Example


Text Example

White with #BCFF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF60; }

 p { color: rgb(188,255,96); }

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

background-color css

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

 a { background-color: rgb(188,255,96); }

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

border-color css

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

 span { border-color: rgb(188,255,96); }

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