Html Css Color HEX #BDE446 Conifer

📋 copy color: '#BDE446'

red 189 ◦ green 228 ◦ blue 70

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

Shades of Conifer #BDE446

Tints of Conifer #BDE446

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.82%

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

R = 38.81%
G = 46.82%
B = 14.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#BDE446 (or 0xBDE446) is known color: Conifer. HEX triplet: BD, E4 and 46. RGB value is (189,228,70). Sum of RGB (Red+Green+Blue) = 189+228+70=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 228 (89.45% from 255 or 46.82% from 487); Blue value is 70 (27.73% from 255 or 14.37% from 487); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE446 is #421BB9. Grayscale: #C6C6C6. Windows color (decimal): -4332474 or 4646077. OLE color: 4646077.

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

Color convert

RGB 189 228 70 -
CMYK 0.17 0 0.69 0.11
HSL 74.81º 0.75% 0.58% -
HSV(B) 74.81º 0.69% 0.89% -
XYZ 49.84 66.75 16.05 -
YUV 198.33 55.58 121.35 -
System Red Green Blue C M Y K H S L
Decimal 189 228 70 0.17 0 0.69 0.11 74.81 0.75 0.58
Hex BD E4 46 11 0 45 B 4B 4B 3A
Octal 275 344 106 21 0 105 13 113 113 72
Binary 10111101 11100100 1000110 10001 0 1000101 1011 1001011 1001011 111010

Color Harmonies of #BDE446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE446

Black with #BDE446

Text Example


Text Example

White with #BDE446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE446; }

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

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

background-color css

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

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

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

border-color css

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

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

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