Html Css Color HEX #BDDF5E Conifer

📋 copy color: '#BDDF5E'

red 189 ◦ green 223 ◦ blue 94

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

Shades of Conifer #BDDF5E

Tints of Conifer #BDDF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.58%

R = 37.35%
G = 44.07%
B = 18.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#BDDF5E (or 0xBDDF5E) is known color: Conifer. HEX triplet: BD, DF and 5E. RGB value is (189,223,94). Sum of RGB (Red+Green+Blue) = 189+223+94=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF5E is #4220A1. Grayscale: #C6C6C6. Windows color (decimal): -4333730 or 6217661. OLE color: 6217661.

HSL color Cylindrical-coordinate representation of color #BDDF5E: hue angle of 75.81º degrees, saturation: 0.67, 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 #BDDF5E is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 94 -
CMYK 0.15 0 0.58 0.13
HSL 75.81º 0.67% 0.62% -
HSV(B) 75.81º 0.58% 0.87% -
XYZ 49.39 64.4 20.42 -
YUV 198.13 69.24 121.49 -
System Red Green Blue C M Y K H S L
Decimal 189 223 94 0.15 0 0.58 0.13 75.81 0.67 0.62
Hex BD DF 5E F 0 3A D 4C 43 3E
Octal 275 337 136 17 0 72 15 114 103 76
Binary 10111101 11011111 1011110 1111 0 111010 1101 1001100 1000011 111110

Color Harmonies of #BDDF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF5E

Black with #BDDF5E

Text Example


Text Example

White with #BDDF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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