Html Css Color HEX #BEDD4C Conifer

📋 copy color: '#BEDD4C'

red 190 ◦ green 221 ◦ blue 76

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

Shades of Conifer #BEDD4C

Tints of Conifer #BEDD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.61%

R = 39.01%
G = 45.38%
B = 15.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#BEDD4C (or 0xBEDD4C) is known color: Conifer. HEX triplet: BE, DD and 4C. RGB value is (190,221,76). Sum of RGB (Red+Green+Blue) = 190+221+76=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD4C is #4122B3. Grayscale: #C3C3C3. Windows color (decimal): -4268724 or 5037502. OLE color: 5037502.

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

Color convert

RGB 190 221 76 -
CMYK 0.14 0 0.66 0.13
HSL 72.83º 0.68% 0.58% -
HSV(B) 72.83º 0.66% 0.87% -
XYZ 48.4 63.18 16.48 -
YUV 195.2 60.73 124.29 -
System Red Green Blue C M Y K H S L
Decimal 190 221 76 0.14 0 0.66 0.13 72.83 0.68 0.58
Hex BE DD 4C E 0 42 D 49 44 3A
Octal 276 335 114 16 0 102 15 111 104 72
Binary 10111110 11011101 1001100 1110 0 1000010 1101 1001001 1000100 111010

Color Harmonies of #BEDD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD4C

Black with #BEDD4C

Text Example


Text Example

White with #BEDD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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