Html Css Color HEX #BCDF52 Conifer

📋 copy color: '#BCDF52'

red 188 ◦ green 223 ◦ blue 82

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

Shades of Conifer #BCDF52

Tints of Conifer #BCDF52

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

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

R = 38.13%
G = 45.23%
B = 16.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#BCDF52 (or 0xBCDF52) is known color: Conifer. HEX triplet: BC, DF and 52. RGB value is (188,223,82). Sum of RGB (Red+Green+Blue) = 188+223+82=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF52 is #4320AD. Grayscale: #C4C4C4. Windows color (decimal): -4399278 or 5431228. OLE color: 5431228.

HSL color Cylindrical-coordinate representation of color #BCDF52: hue angle of 74.89º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCDF52 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 82 -
CMYK 0.16 0 0.63 0.13
HSL 74.89º 0.69% 0.6% -
HSV(B) 74.89º 0.63% 0.87% -
XYZ 48.65 64.08 17.79 -
YUV 196.46 63.4 121.96 -
System Red Green Blue C M Y K H S L
Decimal 188 223 82 0.16 0 0.63 0.13 74.89 0.69 0.6
Hex BC DF 52 10 0 3F D 4B 45 3C
Octal 274 337 122 20 0 77 15 113 105 74
Binary 10111100 11011111 1010010 10000 0 111111 1101 1001011 1000101 111100

Color Harmonies of #BCDF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF52

Black with #BCDF52

Text Example


Text Example

White with #BCDF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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