Html Css Color HEX #BDE561 Conifer

📋 copy color: '#BDE561'

red 189 ◦ green 229 ◦ blue 97

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

Shades of Conifer #BDE561

Tints of Conifer #BDE561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.83%

R = 36.7%
G = 44.47%
B = 18.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#BDE561 (or 0xBDE561) is known color: Conifer. HEX triplet: BD, E5 and 61. RGB value is (189,229,97). Sum of RGB (Red+Green+Blue) = 189+229+97=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE561 is #421A9E. Grayscale: #CACACA. Windows color (decimal): -4332191 or 6415805. OLE color: 6415805.

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

Color convert

RGB 189 229 97 -
CMYK 0.17 0 0.58 0.10
HSL 78.18º 0.72% 0.64% -
HSV(B) 78.18º 0.58% 0.9% -
XYZ 51.16 67.72 21.68 -
YUV 201.99 68.75 118.73 -
System Red Green Blue C M Y K H S L
Decimal 189 229 97 0.17 0 0.58 0.10 78.18 0.72 0.64
Hex BD E5 61 11 0 3A A 4E 48 40
Octal 275 345 141 21 0 72 12 116 110 100
Binary 10111101 11100101 1100001 10001 0 111010 1010 1001110 1001000 1000000

Color Harmonies of #BDE561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE561

Black with #BDE561

Text Example


Text Example

White with #BDE561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE561; }

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

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

background-color css

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

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

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

border-color css

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

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

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