Html Css Color HEX #BDE354 Conifer

📋 copy color: '#BDE354'

red 189 ◦ green 227 ◦ blue 84

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

Shades of Conifer #BDE354

Tints of Conifer #BDE354

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.4%

 BLUE value IS 84 (33.2% from 255) = 16.8%

R = 37.8%
G = 45.4%
B = 16.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#BDE354 (or 0xBDE354) is known color: Conifer. HEX triplet: BD, E3 and 54. RGB value is (189,227,84). Sum of RGB (Red+Green+Blue) = 189+227+84=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE354 is #421CAB. Grayscale: #C7C7C7. Windows color (decimal): -4332716 or 5563325. OLE color: 5563325.

HSL color Cylindrical-coordinate representation of color #BDE354: hue angle of 75.94º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDE354 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 84 -
CMYK 0.17 0 0.63 0.11
HSL 75.94º 0.72% 0.61% -
HSV(B) 75.94º 0.63% 0.89% -
XYZ 50.06 66.4 18.57 -
YUV 199.34 62.91 120.63 -
System Red Green Blue C M Y K H S L
Decimal 189 227 84 0.17 0 0.63 0.11 75.94 0.72 0.61
Hex BD E3 54 11 0 3F B 4C 48 3D
Octal 275 343 124 21 0 77 13 114 110 75
Binary 10111101 11100011 1010100 10001 0 111111 1011 1001100 1001000 111101

Color Harmonies of #BDE354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE354

Black with #BDE354

Text Example


Text Example

White with #BDE354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE354; }

 p { color: rgb(189,227,84); }

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

background-color css

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

 a { background-color: rgb(189,227,84); }

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

border-color css

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

 span { border-color: rgb(189,227,84); }

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