Html Css Color HEX #BDF547 Conifer

📋 copy color: '#BDF547'

red 189 ◦ green 245 ◦ blue 71

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

Shades of Conifer #BDF547

Tints of Conifer #BDF547

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.51%

 BLUE value IS 71 (28.13% from 255) = 14.06%

R = 37.43%
G = 48.51%
B = 14.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#BDF547 (or 0xBDF547) is known color: Conifer. HEX triplet: BD, F5 and 47. RGB value is (189,245,71). Sum of RGB (Red+Green+Blue) = 189+245+71=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 71 (28.12% from 255 or 14.06% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF547 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF547 is #420AB8. Grayscale: #D1D1D1. Windows color (decimal): -4328121 or 4715965. OLE color: 4715965.

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

Color convert

RGB 189 245 71 -
CMYK 0.23 0 0.71 0.04
HSL 79.31º 0.9% 0.62% -
HSV(B) 79.31º 0.71% 0.96% -
XYZ 54.78 76.58 17.86 -
YUV 208.42 50.45 114.15 -
System Red Green Blue C M Y K H S L
Decimal 189 245 71 0.23 0 0.71 0.04 79.31 0.9 0.62
Hex BD F5 47 17 0 47 4 4F 5A 3E
Octal 275 365 107 27 0 107 4 117 132 76
Binary 10111101 11110101 1000111 10111 0 1000111 100 1001111 1011010 111110

Color Harmonies of #BDF547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF547

Black with #BDF547

Text Example


Text Example

White with #BDF547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF547; }

 p { color: rgb(189,245,71); }

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

background-color css

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

 a { background-color: rgb(189,245,71); }

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

border-color css

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

 span { border-color: rgb(189,245,71); }

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