Html Css Color HEX #BED74E Conifer

📋 copy color: '#BED74E'

red 190 ◦ green 215 ◦ blue 78

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

Shades of Conifer #BED74E

Tints of Conifer #BED74E

RGB

 RED value IS 190 (74.61% from 255) = 39.34%

 GREEN value IS 215 (84.38% from 255) = 44.51%

 BLUE value IS 78 (30.86% from 255) = 16.15%

R = 39.34%
G = 44.51%
B = 16.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#BED74E (or 0xBED74E) is known color: Conifer. HEX triplet: BE, D7 and 4E. RGB value is (190,215,78). Sum of RGB (Red+Green+Blue) = 190+215+78=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #BED74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED74E is #4128B1. Grayscale: #C0C0C0. Windows color (decimal): -4270258 or 5167038. OLE color: 5167038.

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

Color convert

RGB 190 215 78 -
CMYK 0.12 0 0.64 0.16
HSL 70.95º 0.63% 0.57% -
HSV(B) 70.95º 0.64% 0.84% -
XYZ 46.91 60.1 16.34 -
YUV 191.91 63.72 126.64 -
System Red Green Blue C M Y K H S L
Decimal 190 215 78 0.12 0 0.64 0.16 70.95 0.63 0.57
Hex BE D7 4E C 0 40 10 47 3F 39
Octal 276 327 116 14 0 100 20 107 77 71
Binary 10111110 11010111 1001110 1100 0 1000000 10000 1000111 111111 111001

Color Harmonies of #BED74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED74E

Black with #BED74E

Text Example


Text Example

White with #BED74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED74E; }

 p { color: rgb(190,215,78); }

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

background-color css

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

 a { background-color: rgb(190,215,78); }

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

border-color css

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

 span { border-color: rgb(190,215,78); }

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