Html Css Color HEX #BDF149 Conifer

📋 copy color: '#BDF149'

red 189 ◦ green 241 ◦ blue 73

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

Shades of Conifer #BDF149

Tints of Conifer #BDF149

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.91%

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

R = 37.57%
G = 47.91%
B = 14.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#BDF149 (or 0xBDF149) is known color: Conifer. HEX triplet: BD, F1 and 49. RGB value is (189,241,73). Sum of RGB (Red+Green+Blue) = 189+241+73=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 73 (28.91% from 255 or 14.51% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF149 is #420EB6. Grayscale: #CECECE. Windows color (decimal): -4329143 or 4846013. OLE color: 4846013.

HSL color Cylindrical-coordinate representation of color #BDF149: hue angle of 78.57º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDF149 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 73 -
CMYK 0.22 0 0.70 0.05
HSL 78.57º 0.86% 0.62% -
HSV(B) 78.57º 0.7% 0.95% -
XYZ 53.64 74.21 17.8 -
YUV 206.3 52.77 115.66 -
System Red Green Blue C M Y K H S L
Decimal 189 241 73 0.22 0 0.70 0.05 78.57 0.86 0.62
Hex BD F1 49 16 0 46 5 4F 56 3E
Octal 275 361 111 26 0 106 5 117 126 76
Binary 10111101 11110001 1001001 10110 0 1000110 101 1001111 1010110 111110

Color Harmonies of #BDF149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF149

Black with #BDF149

Text Example


Text Example

White with #BDF149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF149; }

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

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

background-color css

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

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

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

border-color css

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

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

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