Html Css Color HEX #BCDF4D Conifer

📋 copy color: '#BCDF4D'

red 188 ◦ green 223 ◦ blue 77

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

Shades of Conifer #BCDF4D

Tints of Conifer #BCDF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.78%

R = 38.52%
G = 45.7%
B = 15.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#BCDF4D (or 0xBCDF4D) is known color: Conifer. HEX triplet: BC, DF and 4D. RGB value is (188,223,77). Sum of RGB (Red+Green+Blue) = 188+223+77=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 77 (30.47% from 255 or 15.78% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF4D is #4320B2. Grayscale: #C4C4C4. Windows color (decimal): -4399283 or 5103548. OLE color: 5103548.

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

Color convert

RGB 188 223 77 -
CMYK 0.16 0 0.65 0.13
HSL 74.38º 0.7% 0.59% -
HSV(B) 74.38º 0.65% 0.87% -
XYZ 48.47 64 16.82 -
YUV 195.89 60.9 122.37 -
System Red Green Blue C M Y K H S L
Decimal 188 223 77 0.16 0 0.65 0.13 74.38 0.7 0.59
Hex BC DF 4D 10 0 41 D 4A 46 3B
Octal 274 337 115 20 0 101 15 112 106 73
Binary 10111100 11011111 1001101 10000 0 1000001 1101 1001010 1000110 111011

Color Harmonies of #BCDF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF4D

Black with #BCDF4D

Text Example


Text Example

White with #BCDF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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