Html Css Color HEX #BDE148 Conifer

📋 copy color: '#BDE148'

red 189 ◦ green 225 ◦ blue 72

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

Shades of Conifer #BDE148

Tints of Conifer #BDE148

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.3%

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

R = 38.89%
G = 46.3%
B = 14.81%

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

#BDE148 (or 0xBDE148) is known color: Conifer. HEX triplet: BD, E1 and 48. RGB value is (189,225,72). Sum of RGB (Red+Green+Blue) = 189+225+72=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE148 is #421EB7. Grayscale: #C5C5C5. Windows color (decimal): -4333240 or 4776381. OLE color: 4776381.

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

Color convert

RGB 189 225 72 -
CMYK 0.16 0 0.68 0.12
HSL 74.12º 0.72% 0.58% -
HSV(B) 74.12º 0.68% 0.88% -
XYZ 49.08 65.14 16.12 -
YUV 196.79 57.57 122.44 -
System Red Green Blue C M Y K H S L
Decimal 189 225 72 0.16 0 0.68 0.12 74.12 0.72 0.58
Hex BD E1 48 10 0 44 C 4A 48 3A
Octal 275 341 110 20 0 104 14 112 110 72
Binary 10111101 11100001 1001000 10000 0 1000100 1100 1001010 1001000 111010

Color Harmonies of #BDE148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE148

Black with #BDE148

Text Example


Text Example

White with #BDE148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE148; }

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

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

background-color css

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

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

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

border-color css

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

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

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