Html Css Color HEX #BCFF52 Conifer

📋 copy color: '#BCFF52'

red 188 ◦ green 255 ◦ blue 82

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

Shades of Conifer #BCFF52

Tints of Conifer #BCFF52

RGB

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

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

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

R = 35.81%
G = 48.57%
B = 15.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#BCFF52 (or 0xBCFF52) is known color: Conifer. HEX triplet: BC, FF and 52. RGB value is (188,255,82). Sum of RGB (Red+Green+Blue) = 188+255+82=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 82 (32.42% from 255 or 15.62% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF52 is #4300AD. Grayscale: #D7D7D7. Windows color (decimal): -4391086 or 5439420. OLE color: 5439420.

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

Color convert

RGB 188 255 82 -
CMYK 0.26 0 0.68 0
HSL 83.24º 1% 0.66% -
HSV(B) 83.24º 0.68% 1% -
XYZ 58.02 82.82 20.91 -
YUV 215.25 52.8 108.57 -
System Red Green Blue C M Y K H S L
Decimal 188 255 82 0.26 0 0.68 0 83.24 1 0.66
Hex BC FF 52 1A 0 44 0 53 64 42
Octal 274 377 122 32 0 104 0 123 144 102
Binary 10111100 11111111 1010010 11010 0 1000100 0 1010011 1100100 1000010

Color Harmonies of #BCFF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF52

Black with #BCFF52

Text Example


Text Example

White with #BCFF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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