Html Css Color HEX #BDDF46 Conifer

📋 copy color: '#BDDF46'

red 189 ◦ green 223 ◦ blue 70

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

Shades of Conifer #BDDF46

Tints of Conifer #BDDF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.52%

R = 39.21%
G = 46.27%
B = 14.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#BDDF46 (or 0xBDDF46) is known color: Conifer. HEX triplet: BD, DF and 46. RGB value is (189,223,70). Sum of RGB (Red+Green+Blue) = 189+223+70=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 70 (27.73% from 255 or 14.52% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDF46 is #4220B9. Grayscale: #C3C3C3. Windows color (decimal): -4333754 or 4644797. OLE color: 4644797.

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

Color convert

RGB 189 223 70 -
CMYK 0.15 0 0.69 0.13
HSL 73.33º 0.71% 0.57% -
HSV(B) 73.33º 0.69% 0.87% -
XYZ 48.48 64.04 15.6 -
YUV 195.39 57.24 123.44 -
System Red Green Blue C M Y K H S L
Decimal 189 223 70 0.15 0 0.69 0.13 73.33 0.71 0.57
Hex BD DF 46 F 0 45 D 49 47 39
Octal 275 337 106 17 0 105 15 111 107 71
Binary 10111101 11011111 1000110 1111 0 1000101 1101 1001001 1000111 111001

Color Harmonies of #BDDF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF46

Black with #BDDF46

Text Example


Text Example

White with #BDDF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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