Html Css Color HEX #BDE750 Conifer

📋 copy color: '#BDE750'

red 189 ◦ green 231 ◦ blue 80

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

Shades of Conifer #BDE750

Tints of Conifer #BDE750

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.2%

 BLUE value IS 80 (31.64% from 255) = 16%

R = 37.8%
G = 46.2%
B = 16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#BDE750 (or 0xBDE750) is known color: Conifer. HEX triplet: BD, E7 and 50. RGB value is (189,231,80). Sum of RGB (Red+Green+Blue) = 189+231+80=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE750 is #4218AF. Grayscale: #C9C9C9. Windows color (decimal): -4331696 or 5302205. OLE color: 5302205.

HSL color Cylindrical-coordinate representation of color #BDE750: hue angle of 76.69º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDE750 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 80 -
CMYK 0.18 0 0.65 0.09
HSL 76.69º 0.76% 0.61% -
HSV(B) 76.69º 0.65% 0.91% -
XYZ 51.01 68.55 18.13 -
YUV 201.23 59.59 119.28 -
System Red Green Blue C M Y K H S L
Decimal 189 231 80 0.18 0 0.65 0.09 76.69 0.76 0.61
Hex BD E7 50 12 0 41 9 4D 4C 3D
Octal 275 347 120 22 0 101 11 115 114 75
Binary 10111101 11100111 1010000 10010 0 1000001 1001 1001101 1001100 111101

Color Harmonies of #BDE750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE750

Black with #BDE750

Text Example


Text Example

White with #BDE750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE750; }

 p { color: rgb(189,231,80); }

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

background-color css

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

 a { background-color: rgb(189,231,80); }

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

border-color css

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

 span { border-color: rgb(189,231,80); }

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