Html Css Color HEX #BCDF4C Conifer

📋 copy color: '#BCDF4C'

red 188 ◦ green 223 ◦ blue 76

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

Shades of Conifer #BCDF4C

Tints of Conifer #BCDF4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.61%

R = 38.6%
G = 45.79%
B = 15.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#BCDF4C (or 0xBCDF4C) is known color: Conifer. HEX triplet: BC, DF and 4C. RGB value is (188,223,76). Sum of RGB (Red+Green+Blue) = 188+223+76=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF4C is #4320B3. Grayscale: #C4C4C4. Windows color (decimal): -4399284 or 5038012. OLE color: 5038012.

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

Color convert

RGB 188 223 76 -
CMYK 0.16 0 0.66 0.13
HSL 74.29º 0.7% 0.59% -
HSV(B) 74.29º 0.66% 0.87% -
XYZ 48.43 63.99 16.64 -
YUV 195.78 60.4 122.45 -
System Red Green Blue C M Y K H S L
Decimal 188 223 76 0.16 0 0.66 0.13 74.29 0.7 0.59
Hex BC DF 4C 10 0 42 D 4A 46 3B
Octal 274 337 114 20 0 102 15 112 106 73
Binary 10111100 11011111 1001100 10000 0 1000010 1101 1001010 1000110 111011

Color Harmonies of #BCDF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF4C

Black with #BCDF4C

Text Example


Text Example

White with #BCDF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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