Html Css Color HEX #BDF046 Conifer

📋 copy color: '#BDF046'

red 189 ◦ green 240 ◦ blue 70

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

Shades of Conifer #BDF046

Tints of Conifer #BDF046

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.1%

 BLUE value IS 70 (27.73% from 255) = 14.03%

R = 37.88%
G = 48.1%
B = 14.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#BDF046 (or 0xBDF046) is known color: Conifer. HEX triplet: BD, F0 and 46. RGB value is (189,240,70). Sum of RGB (Red+Green+Blue) = 189+240+70=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 70 (27.73% from 255 or 14.03% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF046 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF046 is #420FB9. Grayscale: #CDCDCD. Windows color (decimal): -4329402 or 4649149. OLE color: 4649149.

HSL color Cylindrical-coordinate representation of color #BDF046: hue angle of 78º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDF046 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 70 -
CMYK 0.21 0 0.71 0.06
HSL 78º 0.85% 0.61% -
HSV(B) 78º 0.71% 0.94% -
XYZ 53.25 73.58 17.19 -
YUV 205.37 51.6 116.32 -
System Red Green Blue C M Y K H S L
Decimal 189 240 70 0.21 0 0.71 0.06 78 0.85 0.61
Hex BD F0 46 15 0 47 6 4E 55 3D
Octal 275 360 106 25 0 107 6 116 125 75
Binary 10111101 11110000 1000110 10101 0 1000111 110 1001110 1010101 111101

Color Harmonies of #BDF046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF046

Black with #BDF046

Text Example


Text Example

White with #BDF046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF046; }

 p { color: rgb(189,240,70); }

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

background-color css

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

 a { background-color: rgb(189,240,70); }

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

border-color css

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

 span { border-color: rgb(189,240,70); }

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