Html Css Color HEX #BDDF4E Conifer

📋 copy color: '#BDDF4E'

red 189 ◦ green 223 ◦ blue 78

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

Shades of Conifer #BDDF4E

Tints of Conifer #BDDF4E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.51%

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

R = 38.57%
G = 45.51%
B = 15.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#BDDF4E (or 0xBDDF4E) is known color: Conifer. HEX triplet: BD, DF and 4E. RGB value is (189,223,78). Sum of RGB (Red+Green+Blue) = 189+223+78=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 78 (30.86% from 255 or 15.92% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF4E is #4220B1. Grayscale: #C4C4C4. Windows color (decimal): -4333746 or 5169085. OLE color: 5169085.

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

Color convert

RGB 189 223 78 -
CMYK 0.15 0 0.65 0.13
HSL 74.07º 0.69% 0.59% -
HSV(B) 74.07º 0.65% 0.87% -
XYZ 48.75 64.14 17.02 -
YUV 196.3 61.24 122.79 -
System Red Green Blue C M Y K H S L
Decimal 189 223 78 0.15 0 0.65 0.13 74.07 0.69 0.59
Hex BD DF 4E F 0 41 D 4A 45 3B
Octal 275 337 116 17 0 101 15 112 105 73
Binary 10111101 11011111 1001110 1111 0 1000001 1101 1001010 1000101 111011

Color Harmonies of #BDDF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF4E

Black with #BDDF4E

Text Example


Text Example

White with #BDDF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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