Html Css Color HEX #BCFC52 Conifer

📋 copy color: '#BCFC52'

red 188 ◦ green 252 ◦ blue 82

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

Shades of Conifer #BCFC52

Tints of Conifer #BCFC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.71%

R = 36.02%
G = 48.28%
B = 15.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#BCFC52 (or 0xBCFC52) is known color: Conifer. HEX triplet: BC, FC and 52. RGB value is (188,252,82). Sum of RGB (Red+Green+Blue) = 188+252+82=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 82 (32.42% from 255 or 15.71% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC52 is #4303AD. Grayscale: #D6D6D6. Windows color (decimal): -4391854 or 5438652. OLE color: 5438652.

HSL color Cylindrical-coordinate representation of color #BCFC52: hue angle of 82.59º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCFC52 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 82 -
CMYK 0.25 0 0.67 0.01
HSL 82.59º 0.97% 0.65% -
HSV(B) 82.59º 0.67% 0.99% -
XYZ 57.07 80.92 20.59 -
YUV 213.48 53.8 109.82 -
System Red Green Blue C M Y K H S L
Decimal 188 252 82 0.25 0 0.67 0.01 82.59 0.97 0.65
Hex BC FC 52 19 0 43 1 53 61 41
Octal 274 374 122 31 0 103 1 123 141 101
Binary 10111100 11111100 1010010 11001 0 1000011 1 1010011 1100001 1000001

Color Harmonies of #BCFC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC52

Black with #BCFC52

Text Example


Text Example

White with #BCFC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC52; }

 p { color: rgb(188,252,82); }

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

background-color css

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

 a { background-color: rgb(188,252,82); }

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

border-color css

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

 span { border-color: rgb(188,252,82); }

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