Html Css Color HEX #BEDD5D Conifer

📋 copy color: '#BEDD5D'

red 190 ◦ green 221 ◦ blue 93

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

Shades of Conifer #BEDD5D

Tints of Conifer #BEDD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.45%

R = 37.7%
G = 43.85%
B = 18.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#BEDD5D (or 0xBEDD5D) is known color: Conifer. HEX triplet: BE, DD and 5D. RGB value is (190,221,93). Sum of RGB (Red+Green+Blue) = 190+221+93=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD5D is #4122A2. Grayscale: #C5C5C5. Windows color (decimal): -4268707 or 6151614. OLE color: 6151614.

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

Color convert

RGB 190 221 93 -
CMYK 0.14 0 0.58 0.13
HSL 74.53º 0.65% 0.62% -
HSV(B) 74.53º 0.58% 0.87% -
XYZ 49.07 63.45 20.02 -
YUV 197.14 69.23 122.91 -
System Red Green Blue C M Y K H S L
Decimal 190 221 93 0.14 0 0.58 0.13 74.53 0.65 0.62
Hex BE DD 5D E 0 3A D 4B 41 3E
Octal 276 335 135 16 0 72 15 113 101 76
Binary 10111110 11011101 1011101 1110 0 111010 1101 1001011 1000001 111110

Color Harmonies of #BEDD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD5D

Black with #BEDD5D

Text Example


Text Example

White with #BEDD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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