Html Css Color HEX #BDF749 Conifer

📋 copy color: '#BDF749'

red 189 ◦ green 247 ◦ blue 73

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

Shades of Conifer #BDF749

Tints of Conifer #BDF749

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.53%

 BLUE value IS 73 (28.91% from 255) = 14.34%

R = 37.13%
G = 48.53%
B = 14.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#BDF749 (or 0xBDF749) is known color: Conifer. HEX triplet: BD, F7 and 49. RGB value is (189,247,73). Sum of RGB (Red+Green+Blue) = 189+247+73=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF749 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF749 is #4208B6. Grayscale: #D2D2D2. Windows color (decimal): -4327607 or 4847549. OLE color: 4847549.

HSL color Cylindrical-coordinate representation of color #BDF749: hue angle of 80º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDF749 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 73 -
CMYK 0.23 0 0.70 0.03
HSL 80º 0.92% 0.63% -
HSV(B) 80º 0.7% 0.97% -
XYZ 55.45 77.82 18.4 -
YUV 209.82 50.78 113.15 -
System Red Green Blue C M Y K H S L
Decimal 189 247 73 0.23 0 0.70 0.03 80 0.92 0.63
Hex BD F7 49 17 0 46 3 50 5C 3F
Octal 275 367 111 27 0 106 3 120 134 77
Binary 10111101 11110111 1001001 10111 0 1000110 11 1010000 1011100 111111

Color Harmonies of #BDF749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF749

Black with #BDF749

Text Example


Text Example

White with #BDF749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF749; }

 p { color: rgb(189,247,73); }

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

background-color css

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

 a { background-color: rgb(189,247,73); }

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

border-color css

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

 span { border-color: rgb(189,247,73); }

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