Html Css Color HEX #BDF146 Conifer

📋 copy color: '#BDF146'

red 189 ◦ green 241 ◦ blue 70

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

Shades of Conifer #BDF146

Tints of Conifer #BDF146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14%

R = 37.8%
G = 48.2%
B = 14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#BDF146 (or 0xBDF146) is known color: Conifer. HEX triplet: BD, F1 and 46. RGB value is (189,241,70). Sum of RGB (Red+Green+Blue) = 189+241+70=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 70 (27.73% from 255 or 14% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF146 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF146 is #420EB9. Grayscale: #CECECE. Windows color (decimal): -4329146 or 4649405. OLE color: 4649405.

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

Color convert

RGB 189 241 70 -
CMYK 0.22 0 0.71 0.05
HSL 78.25º 0.86% 0.61% -
HSV(B) 78.25º 0.71% 0.95% -
XYZ 53.55 74.17 17.29 -
YUV 205.96 51.27 115.9 -
System Red Green Blue C M Y K H S L
Decimal 189 241 70 0.22 0 0.71 0.05 78.25 0.86 0.61
Hex BD F1 46 16 0 47 5 4E 56 3D
Octal 275 361 106 26 0 107 5 116 126 75
Binary 10111101 11110001 1000110 10110 0 1000111 101 1001110 1010110 111101

Color Harmonies of #BDF146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF146

Black with #BDF146

Text Example


Text Example

White with #BDF146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF146; }

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

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

background-color css

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

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

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

border-color css

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

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

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