Html Css Color HEX #BDF354 Conifer

📋 copy color: '#BDF354'

red 189 ◦ green 243 ◦ blue 84

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

Shades of Conifer #BDF354

Tints of Conifer #BDF354

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.09%

 BLUE value IS 84 (33.2% from 255) = 16.28%

R = 36.63%
G = 47.09%
B = 16.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#BDF354 (or 0xBDF354) is known color: Conifer. HEX triplet: BD, F3 and 54. RGB value is (189,243,84). Sum of RGB (Red+Green+Blue) = 189+243+84=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 84 (33.20% from 255 or 16.28% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF354 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF354 is #420CAB. Grayscale: #D1D1D1. Windows color (decimal): -4328620 or 5567421. OLE color: 5567421.

HSL color Cylindrical-coordinate representation of color #BDF354: hue angle of 80.38º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDF354 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 84 -
CMYK 0.22 0 0.65 0.05
HSL 80.38º 0.87% 0.64% -
HSV(B) 80.38º 0.65% 0.95% -
XYZ 54.64 75.56 20.09 -
YUV 208.73 57.61 113.93 -
System Red Green Blue C M Y K H S L
Decimal 189 243 84 0.22 0 0.65 0.05 80.38 0.87 0.64
Hex BD F3 54 16 0 41 5 50 57 40
Octal 275 363 124 26 0 101 5 120 127 100
Binary 10111101 11110011 1010100 10110 0 1000001 101 1010000 1010111 1000000

Color Harmonies of #BDF354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF354

Black with #BDF354

Text Example


Text Example

White with #BDF354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF354; }

 p { color: rgb(189,243,84); }

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

background-color css

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

 a { background-color: rgb(189,243,84); }

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

border-color css

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

 span { border-color: rgb(189,243,84); }

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