Html Css Color HEX #BDE053 Conifer

📋 copy color: '#BDE053'

red 189 ◦ green 224 ◦ blue 83

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

Shades of Conifer #BDE053

Tints of Conifer #BDE053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.73%

R = 38.1%
G = 45.16%
B = 16.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#BDE053 (or 0xBDE053) is known color: Conifer. HEX triplet: BD, E0 and 53. RGB value is (189,224,83). Sum of RGB (Red+Green+Blue) = 189+224+83=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE053 is #421FAC. Grayscale: #C5C5C5. Windows color (decimal): -4333485 or 5497021. OLE color: 5497021.

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

Color convert

RGB 189 224 83 -
CMYK 0.16 0 0.63 0.12
HSL 74.89º 0.69% 0.6% -
HSV(B) 74.89º 0.63% 0.88% -
XYZ 49.2 64.75 18.09 -
YUV 197.46 63.4 121.96 -
System Red Green Blue C M Y K H S L
Decimal 189 224 83 0.16 0 0.63 0.12 74.89 0.69 0.6
Hex BD E0 53 10 0 3F C 4B 45 3C
Octal 275 340 123 20 0 77 14 113 105 74
Binary 10111101 11100000 1010011 10000 0 111111 1100 1001011 1000101 111100

Color Harmonies of #BDE053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE053

Black with #BDE053

Text Example


Text Example

White with #BDE053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE053; }

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

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

background-color css

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

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

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

border-color css

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

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

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