Html Css Color HEX #BEDD4F Conifer

📋 copy color: '#BEDD4F'

red 190 ◦ green 221 ◦ blue 79

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

Shades of Conifer #BEDD4F

Tints of Conifer #BEDD4F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.1%

 BLUE value IS 79 (31.25% from 255) = 16.12%

R = 38.78%
G = 45.1%
B = 16.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#BEDD4F (or 0xBEDD4F) is known color: Conifer. HEX triplet: BE, DD and 4F. RGB value is (190,221,79). Sum of RGB (Red+Green+Blue) = 190+221+79=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 79 (31.25% from 255 or 16.12% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD4F is #4122B0. Grayscale: #C4C4C4. Windows color (decimal): -4268721 or 5234110. OLE color: 5234110.

HSL color Cylindrical-coordinate representation of color #BEDD4F: hue angle of 73.1º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEDD4F is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 221 79 -
CMYK 0.14 0 0.64 0.13
HSL 73.1º 0.68% 0.59% -
HSV(B) 73.1º 0.64% 0.87% -
XYZ 48.5 63.22 17.04 -
YUV 195.54 62.23 124.05 -
System Red Green Blue C M Y K H S L
Decimal 190 221 79 0.14 0 0.64 0.13 73.1 0.68 0.59
Hex BE DD 4F E 0 40 D 49 44 3B
Octal 276 335 117 16 0 100 15 111 104 73
Binary 10111110 11011101 1001111 1110 0 1000000 1101 1001001 1000100 111011

Color Harmonies of #BEDD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD4F

Black with #BEDD4F

Text Example


Text Example

White with #BEDD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD4F; }

 p { color: rgb(190,221,79); }

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

background-color css

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

 a { background-color: rgb(190,221,79); }

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

border-color css

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

 span { border-color: rgb(190,221,79); }

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