Html Css Color HEX #BADE44 Conifer

📋 copy color: '#BADE44'

red 186 ◦ green 222 ◦ blue 68

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

Shades of Conifer #BADE44

Tints of Conifer #BADE44

RGB

 RED value IS 186 (73.05% from 255) = 39.08%

 GREEN value IS 222 (87.11% from 255) = 46.64%

 BLUE value IS 68 (26.95% from 255) = 14.29%

R = 39.08%
G = 46.64%
B = 14.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#BADE44 (or 0xBADE44) is known color: Conifer. HEX triplet: BA, DE and 44. RGB value is (186,222,68). Sum of RGB (Red+Green+Blue) = 186+222+68=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 68 (26.95% from 255 or 14.29% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE44 is #4521BB. Grayscale: #C2C2C2. Windows color (decimal): -4530620 or 4513466. OLE color: 4513466.

HSL color Cylindrical-coordinate representation of color #BADE44: hue angle of 74.03º degrees, saturation: 0.7, 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 #BADE44 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 68 -
CMYK 0.16 0 0.69 0.13
HSL 74.03º 0.7% 0.57% -
HSV(B) 74.03º 0.69% 0.87% -
XYZ 47.41 63.1 15.15 -
YUV 193.68 57.07 122.52 -
System Red Green Blue C M Y K H S L
Decimal 186 222 68 0.16 0 0.69 0.13 74.03 0.7 0.57
Hex BA DE 44 10 0 45 D 4A 46 39
Octal 272 336 104 20 0 105 15 112 106 71
Binary 10111010 11011110 1000100 10000 0 1000101 1101 1001010 1000110 111001

Color Harmonies of #BADE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE44

Black with #BADE44

Text Example


Text Example

White with #BADE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE44; }

 p { color: rgb(186,222,68); }

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

background-color css

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

 a { background-color: rgb(186,222,68); }

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

border-color css

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

 span { border-color: rgb(186,222,68); }

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