Html Css Color HEX #BCDF48 Conifer

📋 copy color: '#BCDF48'

red 188 ◦ green 223 ◦ blue 72

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

Shades of Conifer #BCDF48

Tints of Conifer #BCDF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.91%

R = 38.92%
G = 46.17%
B = 14.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#BCDF48 (or 0xBCDF48) is known color: Conifer. HEX triplet: BC, DF and 48. RGB value is (188,223,72). Sum of RGB (Red+Green+Blue) = 188+223+72=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF48 is #4320B7. Grayscale: #C3C3C3. Windows color (decimal): -4399288 or 4775868. OLE color: 4775868.

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

Color convert

RGB 188 223 72 -
CMYK 0.16 0 0.68 0.13
HSL 73.91º 0.7% 0.58% -
HSV(B) 73.91º 0.68% 0.87% -
XYZ 48.3 63.93 15.93 -
YUV 195.32 58.4 122.78 -
System Red Green Blue C M Y K H S L
Decimal 188 223 72 0.16 0 0.68 0.13 73.91 0.7 0.58
Hex BC DF 48 10 0 44 D 4A 46 3A
Octal 274 337 110 20 0 104 15 112 106 72
Binary 10111100 11011111 1001000 10000 0 1000100 1101 1001010 1000110 111010

Color Harmonies of #BCDF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF48

Black with #BCDF48

Text Example


Text Example

White with #BCDF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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