Html Css Color HEX #BDE544 Conifer

📋 copy color: '#BDE544'

red 189 ◦ green 229 ◦ blue 68

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

Shades of Conifer #BDE544

Tints of Conifer #BDE544

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.12%

 BLUE value IS 68 (26.95% from 255) = 13.99%

R = 38.89%
G = 47.12%
B = 13.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#BDE544 (or 0xBDE544) is known color: Conifer. HEX triplet: BD, E5 and 44. RGB value is (189,229,68). Sum of RGB (Red+Green+Blue) = 189+229+68=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 68 (26.95% from 255 or 13.99% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE544 is #421ABB. Grayscale: #C7C7C7. Windows color (decimal): -4332220 or 4515261. OLE color: 4515261.

HSL color Cylindrical-coordinate representation of color #BDE544: hue angle of 74.91º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDE544 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 68 -
CMYK 0.17 0 0.70 0.10
HSL 74.91º 0.76% 0.58% -
HSV(B) 74.91º 0.7% 0.9% -
XYZ 50.05 67.27 15.82 -
YUV 198.69 54.25 121.09 -
System Red Green Blue C M Y K H S L
Decimal 189 229 68 0.17 0 0.70 0.10 74.91 0.76 0.58
Hex BD E5 44 11 0 46 A 4B 4C 3A
Octal 275 345 104 21 0 106 12 113 114 72
Binary 10111101 11100101 1000100 10001 0 1000110 1010 1001011 1001100 111010

Color Harmonies of #BDE544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE544

Black with #BDE544

Text Example


Text Example

White with #BDE544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE544; }

 p { color: rgb(189,229,68); }

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

background-color css

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

 a { background-color: rgb(189,229,68); }

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

border-color css

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

 span { border-color: rgb(189,229,68); }

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