Html Css Color HEX #BDF649 Conifer

📋 copy color: '#BDF649'

red 189 ◦ green 246 ◦ blue 73

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

Shades of Conifer #BDF649

Tints of Conifer #BDF649

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.43%

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

R = 37.2%
G = 48.43%
B = 14.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#BDF649 (or 0xBDF649) is known color: Conifer. HEX triplet: BD, F6 and 49. RGB value is (189,246,73). Sum of RGB (Red+Green+Blue) = 189+246+73=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF649 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF649 is #4209B6. Grayscale: #D1D1D1. Windows color (decimal): -4327863 or 4847293. OLE color: 4847293.

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

Color convert

RGB 189 246 73 -
CMYK 0.23 0 0.70 0.04
HSL 79.77º 0.91% 0.63% -
HSV(B) 79.77º 0.7% 0.96% -
XYZ 55.14 77.21 18.3 -
YUV 209.24 51.12 113.57 -
System Red Green Blue C M Y K H S L
Decimal 189 246 73 0.23 0 0.70 0.04 79.77 0.91 0.63
Hex BD F6 49 17 0 46 4 50 5B 3F
Octal 275 366 111 27 0 106 4 120 133 77
Binary 10111101 11110110 1001001 10111 0 1000110 100 1010000 1011011 111111

Color Harmonies of #BDF649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF649

Black with #BDF649

Text Example


Text Example

White with #BDF649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF649; }

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

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

background-color css

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

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

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

border-color css

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

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

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