Html Css Color HEX #BDF147 Conifer

📋 copy color: '#BDF147'

red 189 ◦ green 241 ◦ blue 71

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

Shades of Conifer #BDF147

Tints of Conifer #BDF147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.17%

R = 37.72%
G = 48.1%
B = 14.17%

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

#BDF147 (or 0xBDF147) is known color: Conifer. HEX triplet: BD, F1 and 47. RGB value is (189,241,71). Sum of RGB (Red+Green+Blue) = 189+241+71=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 71 (28.12% from 255 or 14.17% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF147 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF147 is #420EB8. Grayscale: #CECECE. Windows color (decimal): -4329145 or 4714941. OLE color: 4714941.

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

Color convert

RGB 189 241 71 -
CMYK 0.22 0 0.71 0.05
HSL 78.35º 0.86% 0.61% -
HSV(B) 78.35º 0.71% 0.95% -
XYZ 53.58 74.18 17.46 -
YUV 206.07 51.77 115.82 -
System Red Green Blue C M Y K H S L
Decimal 189 241 71 0.22 0 0.71 0.05 78.35 0.86 0.61
Hex BD F1 47 16 0 47 5 4E 56 3D
Octal 275 361 107 26 0 107 5 116 126 75
Binary 10111101 11110001 1000111 10110 0 1000111 101 1001110 1010110 111101

Color Harmonies of #BDF147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF147

Black with #BDF147

Text Example


Text Example

White with #BDF147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF147; }

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

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

background-color css

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

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

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

border-color css

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

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

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