Html Css Color HEX #BCDF53 Conifer

📋 copy color: '#BCDF53'

red 188 ◦ green 223 ◦ blue 83

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

Shades of Conifer #BCDF53

Tints of Conifer #BCDF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.8%

R = 38.06%
G = 45.14%
B = 16.8%

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

#BCDF53 (or 0xBCDF53) is known color: Conifer. HEX triplet: BC, DF and 53. RGB value is (188,223,83). Sum of RGB (Red+Green+Blue) = 188+223+83=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF53 is #4320AC. Grayscale: #C5C5C5. Windows color (decimal): -4399277 or 5496764. OLE color: 5496764.

HSL color Cylindrical-coordinate representation of color #BCDF53: hue angle of 75º 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 #BCDF53 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 83 -
CMYK 0.16 0 0.63 0.13
HSL 75º 0.69% 0.6% -
HSV(B) 75º 0.63% 0.87% -
XYZ 48.69 64.09 17.99 -
YUV 196.58 63.9 121.88 -
System Red Green Blue C M Y K H S L
Decimal 188 223 83 0.16 0 0.63 0.13 75 0.69 0.6
Hex BC DF 53 10 0 3F D 4B 45 3C
Octal 274 337 123 20 0 77 15 113 105 74
Binary 10111100 11011111 1010011 10000 0 111111 1101 1001011 1000101 111100

Color Harmonies of #BCDF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF53

Black with #BCDF53

Text Example


Text Example

White with #BCDF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF53; }

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

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

background-color css

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

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

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

border-color css

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

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

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