Html Css Color HEX #BDE048 Conifer

📋 copy color: '#BDE048'

red 189 ◦ green 224 ◦ blue 72

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

Shades of Conifer #BDE048

Tints of Conifer #BDE048

RGB

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

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

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

R = 38.97%
G = 46.19%
B = 14.85%

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

#BDE048 (or 0xBDE048) is known color: Conifer. HEX triplet: BD, E0 and 48. RGB value is (189,224,72). Sum of RGB (Red+Green+Blue) = 189+224+72=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE048 is #421FB7. Grayscale: #C4C4C4. Windows color (decimal): -4333496 or 4776125. OLE color: 4776125.

HSL color Cylindrical-coordinate representation of color #BDE048: hue angle of 73.82º 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 #BDE048 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 72 -
CMYK 0.16 0 0.68 0.12
HSL 73.82º 0.71% 0.58% -
HSV(B) 73.82º 0.68% 0.88% -
XYZ 48.81 64.6 16.03 -
YUV 196.21 57.9 122.86 -
System Red Green Blue C M Y K H S L
Decimal 189 224 72 0.16 0 0.68 0.12 73.82 0.71 0.58
Hex BD E0 48 10 0 44 C 4A 47 3A
Octal 275 340 110 20 0 104 14 112 107 72
Binary 10111101 11100000 1001000 10000 0 1000100 1100 1001010 1000111 111010

Color Harmonies of #BDE048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE048

Black with #BDE048

Text Example


Text Example

White with #BDE048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE048; }

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

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

background-color css

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

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

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

border-color css

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

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

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