Html Css Color HEX #BDF148 Conifer

📋 copy color: '#BDF148'

red 189 ◦ green 241 ◦ blue 72

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

Shades of Conifer #BDF148

Tints of Conifer #BDF148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.34%

R = 37.65%
G = 48.01%
B = 14.34%

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

#BDF148 (or 0xBDF148) is known color: Conifer. HEX triplet: BD, F1 and 48. RGB value is (189,241,72). Sum of RGB (Red+Green+Blue) = 189+241+72=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF148 is #420EB7. Grayscale: #CECECE. Windows color (decimal): -4329144 or 4780477. OLE color: 4780477.

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

Color convert

RGB 189 241 72 -
CMYK 0.22 0 0.70 0.05
HSL 78.46º 0.86% 0.61% -
HSV(B) 78.46º 0.7% 0.95% -
XYZ 53.61 74.2 17.63 -
YUV 206.19 52.27 115.74 -
System Red Green Blue C M Y K H S L
Decimal 189 241 72 0.22 0 0.70 0.05 78.46 0.86 0.61
Hex BD F1 48 16 0 46 5 4E 56 3D
Octal 275 361 110 26 0 106 5 116 126 75
Binary 10111101 11110001 1001000 10110 0 1000110 101 1001110 1010110 111101

Color Harmonies of #BDF148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF148

Black with #BDF148

Text Example


Text Example

White with #BDF148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF148; }

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

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

background-color css

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

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

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

border-color css

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

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

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