Html Css Color HEX #BDE84A Conifer

📋 copy color: '#BDE84A'

red 189 ◦ green 232 ◦ blue 74

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

Shades of Conifer #BDE84A

Tints of Conifer #BDE84A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.87%

 BLUE value IS 74 (29.3% from 255) = 14.95%

R = 38.18%
G = 46.87%
B = 14.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#BDE84A (or 0xBDE84A) is known color: Conifer. HEX triplet: BD, E8 and 4A. RGB value is (189,232,74). Sum of RGB (Red+Green+Blue) = 189+232+74=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE84A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE84A is #4217B5. Grayscale: #C9C9C9. Windows color (decimal): -4331446 or 4909245. OLE color: 4909245.

HSL color Cylindrical-coordinate representation of color #BDE84A: hue angle of 76.33º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDE84A is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 74 -
CMYK 0.19 0 0.68 0.09
HSL 76.33º 0.77% 0.6% -
HSV(B) 76.33º 0.68% 0.91% -
XYZ 51.08 69.03 17.11 -
YUV 201.13 56.25 119.35 -
System Red Green Blue C M Y K H S L
Decimal 189 232 74 0.19 0 0.68 0.09 76.33 0.77 0.6
Hex BD E8 4A 13 0 44 9 4C 4D 3C
Octal 275 350 112 23 0 104 11 114 115 74
Binary 10111101 11101000 1001010 10011 0 1000100 1001 1001100 1001101 111100

Color Harmonies of #BDE84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE84A

Black with #BDE84A

Text Example


Text Example

White with #BDE84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE84A; }

 p { color: rgb(189,232,74); }

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

background-color css

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

 a { background-color: rgb(189,232,74); }

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

border-color css

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

 span { border-color: rgb(189,232,74); }

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