Html Css Color HEX #BDE045 Conifer

📋 copy color: '#BDE045'

red 189 ◦ green 224 ◦ blue 69

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

Shades of Conifer #BDE045

Tints of Conifer #BDE045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.32%

R = 39.21%
G = 46.47%
B = 14.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#BDE045 (or 0xBDE045) is known color: Conifer. HEX triplet: BD, E0 and 45. RGB value is (189,224,69). Sum of RGB (Red+Green+Blue) = 189+224+69=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE045 is #421FBA. Grayscale: #C4C4C4. Windows color (decimal): -4333499 or 4579517. OLE color: 4579517.

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

Color convert

RGB 189 224 69 -
CMYK 0.16 0 0.69 0.12
HSL 73.55º 0.71% 0.57% -
HSV(B) 73.55º 0.69% 0.88% -
XYZ 48.72 64.56 15.52 -
YUV 195.87 56.4 123.1 -
System Red Green Blue C M Y K H S L
Decimal 189 224 69 0.16 0 0.69 0.12 73.55 0.71 0.57
Hex BD E0 45 10 0 45 C 4A 47 39
Octal 275 340 105 20 0 105 14 112 107 71
Binary 10111101 11100000 1000101 10000 0 1000101 1100 1001010 1000111 111001

Color Harmonies of #BDE045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE045

Black with #BDE045

Text Example


Text Example

White with #BDE045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE045; }

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

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

background-color css

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

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

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

border-color css

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

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

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