Html Css Color HEX #BDE34D Conifer

📋 copy color: '#BDE34D'

red 189 ◦ green 227 ◦ blue 77

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

Shades of Conifer #BDE34D

Tints of Conifer #BDE34D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.04%

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

R = 38.34%
G = 46.04%
B = 15.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#BDE34D (or 0xBDE34D) is known color: Conifer. HEX triplet: BD, E3 and 4D. RGB value is (189,227,77). Sum of RGB (Red+Green+Blue) = 189+227+77=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE34D is #421CB2. Grayscale: #C7C7C7. Windows color (decimal): -4332723 or 5104573. OLE color: 5104573.

HSL color Cylindrical-coordinate representation of color #BDE34D: hue angle of 75.2º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDE34D is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 77 -
CMYK 0.17 0 0.66 0.11
HSL 75.2º 0.73% 0.6% -
HSV(B) 75.2º 0.66% 0.89% -
XYZ 49.79 66.29 17.19 -
YUV 198.54 59.41 121.2 -
System Red Green Blue C M Y K H S L
Decimal 189 227 77 0.17 0 0.66 0.11 75.2 0.73 0.6
Hex BD E3 4D 11 0 42 B 4B 49 3C
Octal 275 343 115 21 0 102 13 113 111 74
Binary 10111101 11100011 1001101 10001 0 1000010 1011 1001011 1001001 111100

Color Harmonies of #BDE34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE34D

Black with #BDE34D

Text Example


Text Example

White with #BDE34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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