Html Css Color HEX #BCDF45 Conifer

📋 copy color: '#BCDF45'

red 188 ◦ green 223 ◦ blue 69

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

Shades of Conifer #BCDF45

Tints of Conifer #BCDF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.38%

R = 39.17%
G = 46.46%
B = 14.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#BCDF45 (or 0xBCDF45) is known color: Conifer. HEX triplet: BC, DF and 45. RGB value is (188,223,69). Sum of RGB (Red+Green+Blue) = 188+223+69=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF45 is #4320BA. Grayscale: #C3C3C3. Windows color (decimal): -4399291 or 4579260. OLE color: 4579260.

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

Color convert

RGB 188 223 69 -
CMYK 0.16 0 0.69 0.13
HSL 73.64º 0.71% 0.57% -
HSV(B) 73.64º 0.69% 0.87% -
XYZ 48.2 63.9 15.42 -
YUV 194.98 56.9 123.02 -
System Red Green Blue C M Y K H S L
Decimal 188 223 69 0.16 0 0.69 0.13 73.64 0.71 0.57
Hex BC DF 45 10 0 45 D 4A 47 39
Octal 274 337 105 20 0 105 15 112 107 71
Binary 10111100 11011111 1000101 10000 0 1000101 1101 1001010 1000111 111001

Color Harmonies of #BCDF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF45

Black with #BCDF45

Text Example


Text Example

White with #BCDF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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