Html Css Color HEX #BDF45F Conifer

📋 copy color: '#BDF45F'

red 189 ◦ green 244 ◦ blue 95

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

Shades of Conifer #BDF45F

Tints of Conifer #BDF45F

RGB

 RED value IS 189 (74.22% from 255) = 35.8%

 GREEN value IS 244 (95.7% from 255) = 46.21%

 BLUE value IS 95 (37.5% from 255) = 17.99%

R = 35.8%
G = 46.21%
B = 17.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#BDF45F (or 0xBDF45F) is known color: Conifer. HEX triplet: BD, F4 and 5F. RGB value is (189,244,95). Sum of RGB (Red+Green+Blue) = 189+244+95=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF45F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF45F is #420BA0. Grayscale: #D3D3D3. Windows color (decimal): -4328353 or 6288573. OLE color: 6288573.

HSL color Cylindrical-coordinate representation of color #BDF45F: hue angle of 82.15º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDF45F is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 244 95 -
CMYK 0.23 0 0.61 0.04
HSL 82.15º 0.87% 0.66% -
HSV(B) 82.15º 0.61% 0.96% -
XYZ 55.4 76.35 22.64 -
YUV 210.57 62.78 112.62 -
System Red Green Blue C M Y K H S L
Decimal 189 244 95 0.23 0 0.61 0.04 82.15 0.87 0.66
Hex BD F4 5F 17 0 3D 4 52 57 42
Octal 275 364 137 27 0 75 4 122 127 102
Binary 10111101 11110100 1011111 10111 0 111101 100 1010010 1010111 1000010

Color Harmonies of #BDF45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF45F

Black with #BDF45F

Text Example


Text Example

White with #BDF45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF45F; }

 p { color: rgb(189,244,95); }

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

background-color css

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

 a { background-color: rgb(189,244,95); }

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

border-color css

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

 span { border-color: rgb(189,244,95); }

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