Html Css Color HEX #BDF654 Conifer

📋 copy color: '#BDF654'

red 189 ◦ green 246 ◦ blue 84

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

Shades of Conifer #BDF654

Tints of Conifer #BDF654

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.4%

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

R = 36.42%
G = 47.4%
B = 16.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#BDF654 (or 0xBDF654) is known color: Conifer. HEX triplet: BD, F6 and 54. RGB value is (189,246,84). Sum of RGB (Red+Green+Blue) = 189+246+84=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 84 (33.20% from 255 or 16.18% from 519); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF654 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF654 is #4209AB. Grayscale: #D3D3D3. Windows color (decimal): -4327852 or 5568189. OLE color: 5568189.

HSL color Cylindrical-coordinate representation of color #BDF654: hue angle of 81.11º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDF654 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 84 -
CMYK 0.23 0 0.66 0.04
HSL 81.11º 0.9% 0.65% -
HSV(B) 81.11º 0.66% 0.96% -
XYZ 55.54 77.37 20.39 -
YUV 210.49 56.62 112.67 -
System Red Green Blue C M Y K H S L
Decimal 189 246 84 0.23 0 0.66 0.04 81.11 0.9 0.65
Hex BD F6 54 17 0 42 4 51 5A 41
Octal 275 366 124 27 0 102 4 121 132 101
Binary 10111101 11110110 1010100 10111 0 1000010 100 1010001 1011010 1000001

Color Harmonies of #BDF654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF654

Black with #BDF654

Text Example


Text Example

White with #BDF654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF654; }

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

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

background-color css

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

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

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

border-color css

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

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

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