Html Css Color HEX #BDE047 Conifer

📋 copy color: '#BDE047'

red 189 ◦ green 224 ◦ blue 71

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

Shades of Conifer #BDE047

Tints of Conifer #BDE047

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.28%

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

R = 39.05%
G = 46.28%
B = 14.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#BDE047 (or 0xBDE047) is known color: Conifer. HEX triplet: BD, E0 and 47. RGB value is (189,224,71). Sum of RGB (Red+Green+Blue) = 189+224+71=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 71 (28.12% from 255 or 14.67% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE047 is #421FB8. Grayscale: #C4C4C4. Windows color (decimal): -4333497 or 4710589. OLE color: 4710589.

HSL color Cylindrical-coordinate representation of color #BDE047: hue angle of 73.73º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDE047 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 71 -
CMYK 0.16 0 0.68 0.12
HSL 73.73º 0.71% 0.58% -
HSV(B) 73.73º 0.68% 0.88% -
XYZ 48.78 64.59 15.86 -
YUV 196.09 57.4 122.94 -
System Red Green Blue C M Y K H S L
Decimal 189 224 71 0.16 0 0.68 0.12 73.73 0.71 0.58
Hex BD E0 47 10 0 44 C 4A 47 3A
Octal 275 340 107 20 0 104 14 112 107 72
Binary 10111101 11100000 1000111 10000 0 1000100 1100 1001010 1000111 111010

Color Harmonies of #BDE047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE047

Black with #BDE047

Text Example


Text Example

White with #BDE047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE047; }

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

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

background-color css

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

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

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

border-color css

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

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

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