Html Css Color HEX #BDE34E Conifer

📋 copy color: '#BDE34E'

red 189 ◦ green 227 ◦ blue 78

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

Shades of Conifer #BDE34E

Tints of Conifer #BDE34E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.79%

R = 38.26%
G = 45.95%
B = 15.79%

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

#BDE34E (or 0xBDE34E) is known color: Conifer. HEX triplet: BD, E3 and 4E. RGB value is (189,227,78). Sum of RGB (Red+Green+Blue) = 189+227+78=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 78 (30.86% from 255 or 15.79% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE34E is #421CB1. Grayscale: #C7C7C7. Windows color (decimal): -4332722 or 5170109. OLE color: 5170109.

HSL color Cylindrical-coordinate representation of color #BDE34E: hue angle of 75.3º 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 #BDE34E is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 78 -
CMYK 0.17 0 0.66 0.11
HSL 75.3º 0.73% 0.6% -
HSV(B) 75.3º 0.66% 0.89% -
XYZ 49.83 66.31 17.38 -
YUV 198.65 59.91 121.12 -
System Red Green Blue C M Y K H S L
Decimal 189 227 78 0.17 0 0.66 0.11 75.3 0.73 0.6
Hex BD E3 4E 11 0 42 B 4B 49 3C
Octal 275 343 116 21 0 102 13 113 111 74
Binary 10111101 11100011 1001110 10001 0 1000010 1011 1001011 1001001 111100

Color Harmonies of #BDE34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE34E

Black with #BDE34E

Text Example


Text Example

White with #BDE34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE34E; }

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

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

background-color css

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

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

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

border-color css

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

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

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