Html Css Color HEX #BDF349 Conifer

📋 copy color: '#BDF349'

red 189 ◦ green 243 ◦ blue 73

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

Shades of Conifer #BDF349

Tints of Conifer #BDF349

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.12%

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

R = 37.43%
G = 48.12%
B = 14.46%

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

#BDF349 (or 0xBDF349) is known color: Conifer. HEX triplet: BD, F3 and 49. RGB value is (189,243,73). Sum of RGB (Red+Green+Blue) = 189+243+73=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF349 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF349 is #420CB6. Grayscale: #D0D0D0. Windows color (decimal): -4328631 or 4846525. OLE color: 4846525.

HSL color Cylindrical-coordinate representation of color #BDF349: hue angle of 79.06º degrees, saturation: 0.88, 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 #BDF349 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 73 -
CMYK 0.22 0 0.70 0.05
HSL 79.06º 0.88% 0.62% -
HSV(B) 79.06º 0.7% 0.95% -
XYZ 54.24 75.4 18 -
YUV 207.47 52.11 114.82 -
System Red Green Blue C M Y K H S L
Decimal 189 243 73 0.22 0 0.70 0.05 79.06 0.88 0.62
Hex BD F3 49 16 0 46 5 4F 58 3E
Octal 275 363 111 26 0 106 5 117 130 76
Binary 10111101 11110011 1001001 10110 0 1000110 101 1001111 1011000 111110

Color Harmonies of #BDF349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF349

Black with #BDF349

Text Example


Text Example

White with #BDF349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF349; }

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

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

background-color css

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

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

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

border-color css

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

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

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