Html Css Color HEX #BEDD4D Conifer

📋 copy color: '#BEDD4D'

red 190 ◦ green 221 ◦ blue 77

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

Shades of Conifer #BEDD4D

Tints of Conifer #BEDD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.78%

R = 38.93%
G = 45.29%
B = 15.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#BEDD4D (or 0xBEDD4D) is known color: Conifer. HEX triplet: BE, DD and 4D. RGB value is (190,221,77). Sum of RGB (Red+Green+Blue) = 190+221+77=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 77 (30.47% from 255 or 15.78% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD4D is #4122B2. Grayscale: #C3C3C3. Windows color (decimal): -4268723 or 5103038. OLE color: 5103038.

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

Color convert

RGB 190 221 77 -
CMYK 0.14 0 0.65 0.13
HSL 72.92º 0.68% 0.58% -
HSV(B) 72.92º 0.65% 0.87% -
XYZ 48.43 63.2 16.67 -
YUV 195.32 61.23 124.21 -
System Red Green Blue C M Y K H S L
Decimal 190 221 77 0.14 0 0.65 0.13 72.92 0.68 0.58
Hex BE DD 4D E 0 41 D 49 44 3A
Octal 276 335 115 16 0 101 15 111 104 72
Binary 10111110 11011101 1001101 1110 0 1000001 1101 1001001 1000100 111010

Color Harmonies of #BEDD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD4D

Black with #BEDD4D

Text Example


Text Example

White with #BEDD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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