Html Css Color HEX #BCFB54 Conifer

📋 copy color: '#BCFB54'

red 188 ◦ green 251 ◦ blue 84

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

Shades of Conifer #BCFB54

Tints of Conifer #BCFB54

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.99%

 BLUE value IS 84 (33.2% from 255) = 16.06%

R = 35.95%
G = 47.99%
B = 16.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#BCFB54 (or 0xBCFB54) is known color: Conifer. HEX triplet: BC, FB and 54. RGB value is (188,251,84). Sum of RGB (Red+Green+Blue) = 188+251+84=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 84 (33.20% from 255 or 16.06% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB54 is #4304AB. Grayscale: #D5D5D5. Windows color (decimal): -4392108 or 5569468. OLE color: 5569468.

HSL color Cylindrical-coordinate representation of color #BCFB54: hue angle of 82.63º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCFB54 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 251 84 -
CMYK 0.25 0 0.67 0.02
HSL 82.63º 0.95% 0.66% -
HSV(B) 82.63º 0.67% 0.98% -
XYZ 56.84 80.33 20.9 -
YUV 213.13 55.13 110.08 -
System Red Green Blue C M Y K H S L
Decimal 188 251 84 0.25 0 0.67 0.02 82.63 0.95 0.66
Hex BC FB 54 19 0 43 2 53 5F 42
Octal 274 373 124 31 0 103 2 123 137 102
Binary 10111100 11111011 1010100 11001 0 1000011 10 1010011 1011111 1000010

Color Harmonies of #BCFB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB54

Black with #BCFB54

Text Example


Text Example

White with #BCFB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB54; }

 p { color: rgb(188,251,84); }

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

background-color css

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

 a { background-color: rgb(188,251,84); }

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

border-color css

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

 span { border-color: rgb(188,251,84); }

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