Html Css Color HEX #BDEB4D Conifer

📋 copy color: '#BDEB4D'

red 189 ◦ green 235 ◦ blue 77

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

Shades of Conifer #BDEB4D

Tints of Conifer #BDEB4D

RGB

 RED value IS 189 (74.22% from 255) = 37.72%

 GREEN value IS 235 (92.19% from 255) = 46.91%

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

R = 37.72%
G = 46.91%
B = 15.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#BDEB4D (or 0xBDEB4D) is known color: Conifer. HEX triplet: BD, EB and 4D. RGB value is (189,235,77). Sum of RGB (Red+Green+Blue) = 189+235+77=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEB4D is #4214B2. Grayscale: #CBCBCB. Windows color (decimal): -4330675 or 5106621. OLE color: 5106621.

HSL color Cylindrical-coordinate representation of color #BDEB4D: hue angle of 77.47º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDEB4D is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 77 -
CMYK 0.20 0 0.67 0.08
HSL 77.47º 0.8% 0.61% -
HSV(B) 77.47º 0.67% 0.92% -
XYZ 52.03 70.77 17.94 -
YUV 203.23 56.76 117.85 -
System Red Green Blue C M Y K H S L
Decimal 189 235 77 0.20 0 0.67 0.08 77.47 0.8 0.61
Hex BD EB 4D 14 0 43 8 4D 50 3D
Octal 275 353 115 24 0 103 10 115 120 75
Binary 10111101 11101011 1001101 10100 0 1000011 1000 1001101 1010000 111101

Color Harmonies of #BDEB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEB4D

Black with #BDEB4D

Text Example


Text Example

White with #BDEB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEB4D; }

 p { color: rgb(189,235,77); }

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

background-color css

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

 a { background-color: rgb(189,235,77); }

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

border-color css

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

 span { border-color: rgb(189,235,77); }

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